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
c76f1233ac
commit
adb623d471
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
|
@ -18,9 +18,8 @@ jobs:
|
|||
echo "Starting Docker Compose with --build and --force-recreate..."
|
||||
cd ~/dsec_bot
|
||||
sudo git pull
|
||||
sudo docker-compose down
|
||||
sudo docker-compose build
|
||||
sudo docker-compose up -d
|
||||
sudo docker-compose up -d --force-recreate
|
||||
|
||||
echo "Deployment complete."
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue