
We want to use the template in other wikis as well. So an auto-update such as this makes sense.
18 lines
No EOL
233 B
YAML
18 lines
No EOL
233 B
YAML
sprintdoc-farm:
|
|
environment: sprintdoc-farm
|
|
tags:
|
|
- locally
|
|
only:
|
|
- live
|
|
script:
|
|
- fab deploy
|
|
|
|
|
|
cosmocode-farm:
|
|
environment: cosmocode-farm
|
|
tags:
|
|
- locally
|
|
only:
|
|
- live
|
|
script:
|
|
- fab deploy |