5
0
mirror of https://git.coop/cotech/website.git synced 2024-11-22 06:33:07 +00:00

Only deploy from master, use when:manual for prod

This commit is contained in:
Nick Sellen 2018-11-30 16:11:05 +00:00
parent 690e65616d
commit fd79fbb35b

View File

@ -42,6 +42,7 @@ deploy:production:
url: https://static.coops.tech
only:
- master
when: manual
deploy:dev:
@ -56,4 +57,4 @@ deploy:dev:
name: dev
url: https://dev.static.coops.tech
only:
- dev
- master