Skip to content

Commit 34e8bdd

Browse files
committed
Document how to update planetary.name
1 parent c735821 commit 34e8bdd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

rooms.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
---
22
# 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`
313

414
- name: Room Servers
515
hosts: rooms
@@ -25,4 +35,4 @@
2535
- common
2636
- digital-ocean
2737
- docker
28-
- ssb-room
38+
- ssb-room

0 commit comments

Comments
 (0)