docs: deploy env vars

This commit is contained in:
2022-10-09 13:56:41 -05:00
committed by GitHub
parent 7986456b9c
commit 35105441cb
2 changed files with 17 additions and 3 deletions
+15 -1
View File
@@ -1,3 +1,17 @@
SITE_NAME="EntGamers"
# App variables
SITE_NAME="EntGamers"
DISCORD_JOIN_WEBHOOK_URL="https://discord.com/api/webhooks/XXXXXXXXXXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
# Deployment variables
APP_NAME=""
PORT=
SSH_USERNAME=""
DEPLOY_HOST=""
DEPLOY_PATH=""
# Github actions variables
SSH_PRIVATE_KEY=""
SSH_KNOWN_HOSTS=""
+1 -1
View File
@@ -52,7 +52,7 @@ Please read [code of conduct](CODE_OF_CONDUCT.md) for details on our code of con
## Deployment
The website is deployed using pm2.
The website is deployed using pm2. with github actions. The configuration is in `.github/workflows/`.
[nodejs]: https://nodejs.org/en/