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:
image: $BUILD_DOCKER_IMAGE
needs:
- composer
- npm
before_script:
- 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
......
.deploy:
stage: deploy
image: $DEPLOY_KUBERNETES_IMAGE
needs:
- fpm
- nginx
variables:
DEPLOYMENT_CHART_NAME: ${CI_COMMIT_REF_SLUG}
BRANCH_NAME: $CI_COMMIT_REF_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment