diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b5c5fd..852e7ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,8 @@ build_stage: deploy_staging: stage: deploy resource_group: staging + needs: + - build_stage environment: name: staging url: https://next.rockfic.com @@ -56,6 +58,8 @@ deploy_staging: - tags deploy_production: stage: deploy + needs: + - build_stage resource_group: production environment: name: production