This commit is contained in:
2024-05-10 07:49:41 -05:00
parent 9cb8773e27
commit dbd12cf6ab
2 changed files with 1 additions and 9 deletions

View File

@@ -3,19 +3,10 @@
#test deployment
echo "
Test_Job:
stage: deploy
script:
- echo "Test job"
environment:
name: $ENVIRONMENT
$VERSION:
stage: deploy
needs:
- job: Test_Job
script:
- echo "Deploy to $ENVIRONMENT server"
environment:
name: $ENVIRONMENT
" > generated-config.yml