mirror of
https://git.coop/cotech/website.git
synced 2024-11-04 23:48:43 +00:00
Merge branch 'use-gitlab-environments' into 'dev'
Specify deployment information for GitLab See merge request cotech/website!15
This commit is contained in:
commit
3b72b647e0
@ -32,6 +32,9 @@ deploy:production:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
environment:
|
||||||
|
name: production
|
||||||
|
url: https://static.coops.tech
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
@ -44,5 +47,8 @@ deploy:dev:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
environment:
|
||||||
|
name: dev
|
||||||
|
url: https://dev.static.coops.tech
|
||||||
only:
|
only:
|
||||||
- dev
|
- dev
|
Loading…
Reference in New Issue
Block a user