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/