mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
d86f3dfdca
commit
0977583776
1 changed files with 11 additions and 2 deletions
|
|
@ -3,10 +3,19 @@
|
|||
#test deployment
|
||||
|
||||
echo "
|
||||
$VERSION:
|
||||
Test_Job:
|
||||
stage: deploy
|
||||
script:
|
||||
- echo "Deploy to staging server"
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue