docs: deploy env vars
This commit is contained in:
+15
-1
@@ -1,3 +1,17 @@
|
|||||||
SITE_NAME="EntGamers"
|
# App variables
|
||||||
|
|
||||||
|
SITE_NAME="EntGamers"
|
||||||
DISCORD_JOIN_WEBHOOK_URL="https://discord.com/api/webhooks/XXXXXXXXXXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
|
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=""
|
||||||
@@ -52,7 +52,7 @@ Please read [code of conduct](CODE_OF_CONDUCT.md) for details on our code of con
|
|||||||
|
|
||||||
## Deployment
|
## 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/
|
[nodejs]: https://nodejs.org/en/
|
||||||
|
|||||||
Reference in New Issue
Block a user