-
Notifications
You must be signed in to change notification settings - Fork 0
/
lurch.yml
38 lines (32 loc) · 958 Bytes
/
lurch.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
devopsenv:
prod:
playbook: ./services.yml
about: Running Services
#docker-registry:
# production:
# playbook: ./deploy/docker-registry/production.yml
# about: Deploy the private Docker Registry
#gogs:
# production:
# playbook: ./deploy/gogs/production.yml
# about: Deploy the Gogs Git serice
#my-website:
# production:
# playbook: ./deploy/my-website/production.yml
# about: Deploy the live website
# actions:
# restart:
# about: Restart the website services
# vars:
# skip-tags: SKIP_TAG
# stop:
# about: Stop the website services
# vars:
# state: stopped
# wiki:
# playbook: ./deploy/my-website/wiki.yml
# about: Deploy the wiki
# clean:
# playbook: ./deploy/my-website/clean.yml
# about: Remove all temporary files from the website