Skip to content
Snippets Groups Projects
Commit 51741fa0 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

testing deploy stage

parent 9ddfac48
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
...@@ -13,11 +13,13 @@ workflow: ...@@ -13,11 +13,13 @@ workflow:
DOCKER_NGINX_IMAGE_TAG: $CI_COMMIT_REF_SLUG DOCKER_NGINX_IMAGE_TAG: $CI_COMMIT_REF_SLUG
stages: stages:
- build_composer # - build_composer
- build_dependencies # - build_dependencies
- build_docker_images # - build_docker_images
- deploy
include: include:
- local: /.gitlab/ci/build_composer.yml # - local: /.gitlab/ci/build_composer.yml
- local: /.gitlab/ci/build_dependencies.yml # - local: /.gitlab/ci/build_dependencies.yml
- local: /.gitlab/ci/build_docker_images.yml # - local: /.gitlab/ci/build_docker_images.yml
\ No newline at end of file - local: /.gitlab/ci/deploy.yml
\ No newline at end of file
deploy:
stage: deploy
image: alpine/k8s:1.22.6
script:
- kubectl -n $KUBE_NAMESPACE get pods
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment