Skip to content

Commit

Permalink
chore(ci): Use docker compose instead of docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed Jun 6, 2024
1 parent 8a1716c commit 7ad1ea1
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
docker compose up -d
'

0 comments on commit 7ad1ea1

Please sign in to comment.