-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,30 @@ Machine: | |
- A / AAAA records on DNSimple for compass.heartofclojure.eu | ||
159.100.242.109 | ||
2a04:c43:e00:5d3b:4f6:2cff:fe00:612 | ||
|
||
|
||
Database | ||
- We use a exoscale hosted postgresql instance as a backend for datomic | ||
- Transactor runs on the same box | ||
|
||
ssh accesss: | ||
- Make sure your membership of the heartofclojure group is public on github | ||
https://github.com/orgs/heartofclojure/people | ||
- Wait up to ten minutes | ||
- You can now ssh [email protected] | ||
|
||
``` | ||
ssh [email protected] | ||
systemctl status txor | ||
systemctl status compass | ||
journalctl -u compass -f | ||
``` | ||
|
||
``` | ||
ssh [email protected] | ||
vim ~/config.edn | ||
``` | ||
|
||
Deploys | ||
- we have a bare repo on the server | ||
- in there there's a pre-receive hook (ops/pre-receive.bb) | ||
- pushed to this repo will trigger a deploy | ||
- the github actions does a push |