We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c735821 commit 34e8bddCopy full SHA for 34e8bdd
rooms.yml
@@ -1,5 +1,15 @@
1
---
2
# A playbook to deploy all of Planetary's rooms servers on existing DigitalOcean droplets.
3
+#
4
5
+# NOTE: Planetary.name should not be deployed using this playbook as some custom changes were made
6
+# to it to support a wildcard SSL cert for aliases.
7
+# To change the code running on planetary.name you should:
8
+# 1. `cd go-ssb-room`
9
+# 2. `git stash`
10
+# 3. check out the branch you want to deploy
11
+# 4. `git stash pop`
12
+# 5. `docker-compose down && docker-compose build . && docker-compose up -d`
13
14
- name: Room Servers
15
hosts: rooms
@@ -25,4 +35,4 @@
25
35
- common
26
36
- digital-ocean
27
37
- docker
28
- - ssb-room
38
+ - ssb-room
0 commit comments