From 35105441cb1bc143cab3909cef4b24232217281e Mon Sep 17 00:00:00 2001 From: Jugger Date: Sun, 9 Oct 2022 13:56:41 -0500 Subject: [PATCH] docs: deploy env vars --- .env.example | 18 ++++++++++++++++-- README.md | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 631a509..32612d6 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,17 @@ -SITE_NAME="EntGamers" +# App variables -DISCORD_JOIN_WEBHOOK_URL="https://discord.com/api/webhooks/XXXXXXXXXXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" \ No newline at end of file +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="" \ No newline at end of file diff --git a/README.md b/README.md index 38cd483..8e90e00 100644 --- a/README.md +++ b/README.md @@ -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/