Merge branch '053-remove-automatic-deployment' into 'master'
remove deploy stage and job Closes #53 See merge request dungeonslayers/ds4!56
This commit is contained in:
commit
a020cb7403
1 changed files with 0 additions and 15 deletions
|
@ -4,7 +4,6 @@ stages:
|
||||||
- prepare
|
- prepare
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
- deploy
|
|
||||||
- release
|
- release
|
||||||
|
|
||||||
cache: &global_cache
|
cache: &global_cache
|
||||||
|
@ -54,20 +53,6 @@ build:
|
||||||
- ds4
|
- ds4
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|
||||||
deploy:
|
|
||||||
image: ianayoung/rsync:latest
|
|
||||||
stage: deploy
|
|
||||||
dependencies:
|
|
||||||
- build
|
|
||||||
script:
|
|
||||||
- rsync --delete -az ./ds4/ rsync://${DEPLOYMENT_USER}@${DEPLOYMENT_SERVER}:${DEPLOYMENT_PATH}
|
|
||||||
environment:
|
|
||||||
name: production
|
|
||||||
url: https://vtt.f3l.de/
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
resource_group: production
|
|
||||||
|
|
||||||
.release-template: &release-template
|
.release-template: &release-template
|
||||||
stage: release
|
stage: release
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue