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
9cb8773e27
commit
dbd12cf6ab
2 changed files with 1 additions and 9 deletions
|
|
@ -3,19 +3,10 @@
|
||||||
#test deployment
|
#test deployment
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
Test_Job:
|
|
||||||
stage: deploy
|
|
||||||
script:
|
|
||||||
- echo "Test job"
|
|
||||||
environment:
|
|
||||||
name: $ENVIRONMENT
|
|
||||||
|
|
||||||
$VERSION:
|
$VERSION:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
needs:
|
needs:
|
||||||
- job: Test_Job
|
- job: Test_Job
|
||||||
script:
|
script:
|
||||||
- echo "Deploy to $ENVIRONMENT server"
|
- echo "Deploy to $ENVIRONMENT server"
|
||||||
environment:
|
|
||||||
name: $ENVIRONMENT
|
|
||||||
" > generated-config.yml
|
" > generated-config.yml
|
||||||
|
|
|
||||||
|
|
@ -30,5 +30,6 @@
|
||||||
script:
|
script:
|
||||||
- ./scripts/gitlab/create-environment.sh
|
- ./scripts/gitlab/create-environment.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
|
expire_in: never
|
||||||
paths:
|
paths:
|
||||||
- generated-config.yml
|
- generated-config.yml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue