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

fixed needs

parent 0217287c
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
...@@ -3,6 +3,7 @@ fpm: ...@@ -3,6 +3,7 @@ fpm:
image: $BUILD_DOCKER_IMAGE image: $BUILD_DOCKER_IMAGE
needs: needs:
- composer - composer
- npm
before_script: before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
# We need the vendor files in our final image. Make sure to not ignore the folder # We need the vendor files in our final image. Make sure to not ignore the folder
......
.deploy: .deploy:
stage: deploy stage: deploy
image: $DEPLOY_KUBERNETES_IMAGE image: $DEPLOY_KUBERNETES_IMAGE
needs:
- fpm
- nginx
variables: variables:
DEPLOYMENT_CHART_NAME: ${CI_COMMIT_REF_SLUG} DEPLOYMENT_CHART_NAME: ${CI_COMMIT_REF_SLUG}
BRANCH_NAME: $CI_COMMIT_REF_NAME BRANCH_NAME: $CI_COMMIT_REF_NAME
......
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