We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9eec7c commit 2d6d5ddCopy full SHA for 2d6d5dd
1 file changed
ā.github/workflows/deploy-commands.ymlā
@@ -17,9 +17,9 @@ jobs:
17
script: |
18
cd /home/${{ secrets.VPS_USER }}/webdev-bot-deploy
19
20
- # Set up environment variables for the deploy script
21
- export DISCORD_TOKEN="${{ secrets.DISCORD_TOKEN }}"
22
- export CLIENT_ID="${{ secrets.CLIENT_ID }}"
+ # Load environment variables
+ source .env
+ source .env.production
23
export NODE_ENV=production
24
25
# Run the deploy script
0 commit comments