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
|
||||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -30,5 +30,6 @@
|
|||
script:
|
||||
- ./scripts/gitlab/create-environment.sh
|
||||
artifacts:
|
||||
expire_in: never
|
||||
paths:
|
||||
- generated-config.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue