Merge branch 'use-gitlab-environments' into 'dev'

Specify deployment information for GitLab

See merge request cotech/website!15
This commit is contained in:
Nick Sellen 2018-11-29 17:20:50 +00:00
commit 3b72b647e0
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,9 @@ deploy:production:
artifacts:
paths:
- public
environment:
name: production
url: https://static.coops.tech
only:
- master
@ -44,5 +47,8 @@ deploy:dev:
artifacts:
paths:
- public
environment:
name: dev
url: https://dev.static.coops.tech
only:
- dev