readme formatting
This commit is contained in:
parent
317b72f178
commit
12c636a817
10
README.md
10
README.md
|
@ -30,13 +30,13 @@ These are all set in `get_party.sh`, not in crontab. Because we need most of the
|
||||||
|
|
||||||
We need to include some secrets via environment values:
|
We need to include some secrets via environment values:
|
||||||
|
|
||||||
**channel** is the channel ID (`DISCORD_CHANNEL`)
|
* **channel** is the channel ID (`DISCORD_CHANNEL`)
|
||||||
**token** is the secret token for the webhook (`DISCORD_TOKEN`)
|
* **token** is the secret token for the webhook (`DISCORD_TOKEN`)
|
||||||
**cardiparty_ping** is the ID of the `@cardiParty ping` role (`DISCORD_CARDIPARTY_PING`)
|
* **cardiparty_ping** is the ID of the `@cardiParty ping` role (`DISCORD_CARDIPARTY_PING`)
|
||||||
|
|
||||||
There are also a couple of other things we need to do:
|
There are also a couple of other things we need to do:
|
||||||
**civicrm_settings** - set `CIVICRM_SETTINGS` so that `cv` can find it
|
* **civicrm_settings** - set `CIVICRM_SETTINGS` so that `cv` can find it
|
||||||
**venv** - we need to activate the venv using `source <path/to/venv>`
|
* **venv** - we need to activate the venv using `source <path/to/venv>`
|
||||||
|
|
||||||
## Cron job command
|
## Cron job command
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue