This commit is contained in:
2024-05-09 19:07:59 -05:00
parent e23d10806e
commit 62e9fa2e9a
2 changed files with 3 additions and 3 deletions

View File

@@ -5,9 +5,6 @@
echo "
deploy_$VERSION:
stage: deploy
needs:
- pipeline: $PARENT_PIPELINE_ID
job: version
script:
- echo "Deploy to staging server"
environment:

View File

@@ -24,6 +24,9 @@
generate-config:
stage: build
needs:
- pipeline: $PARENT_PIPELINE_ID
job: version
script:
- ./scripts/gitlab/create-environment.sh
artifacts: