mirror of
https://github.com/dsec-hub/dsec-discord-bot.git
synced 2026-09-22 07:44:26 +00:00
updated deploy yml
This commit is contained in:
parent
8b56887761
commit
a20d68855f
1 changed files with 3 additions and 1 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -17,7 +17,9 @@ jobs:
|
|||
run: |
|
||||
echo "Starting Docker Compose with --build and --force-recreate..."
|
||||
cd ~/dsec_bot
|
||||
sudo docker-compose up -d --build --force-recreate
|
||||
sudo docker-compose down
|
||||
sudo docker-compose build
|
||||
sudo docker-compose up -d
|
||||
|
||||
echo "Deployment complete."
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue