mirror of
https://git.coop/cotech/website.git
synced 2024-11-29 01:23:05 +00:00
Test servermigration branch
This commit is contained in:
parent
8cc7fc3273
commit
4322865986
@ -1,9 +1,10 @@
|
|||||||
|
---
|
||||||
image: ruby:2.6.6
|
image: ruby:2.6.6
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- staging
|
- staging
|
||||||
- production
|
- production
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
JEKYLL_ENV: production
|
JEKYLL_ENV: production
|
||||||
@ -47,6 +48,7 @@ deploy:dev:
|
|||||||
url: https://dev.coops.tech
|
url: https://dev.coops.tech
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- servermigration
|
||||||
|
|
||||||
deploy:production:
|
deploy:production:
|
||||||
stage: production
|
stage: production
|
||||||
@ -61,7 +63,9 @@ deploy:production:
|
|||||||
url: https://www.coops.tech
|
url: https://www.coops.tech
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- servermigration
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- rm -rf /root/.ssh/
|
- rm -rf /root/.ssh/
|
||||||
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user