Skip to content

Commit

Permalink
chore(ci): Update production workflow to fix environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed Jun 5, 2024
1 parent b4f5700 commit 8a1716c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
echo GUILD_ID=${GUILD_ID} > .env
echo BOT_TOKEN=${BOT_TOKEN} >> .env
docker load -i duckbot.tar.gz
docker compose up -d --env-file .env
docker-compose up -d
'

0 comments on commit 8a1716c

Please sign in to comment.