mirror of
https://github.com/dsec-hub/dsec-discord-bot.git
synced 2026-09-22 07:44:26 +00:00
fixed path
This commit is contained in:
parent
09b0722f08
commit
a966f62b81
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Build and deploy with Docker Compose
|
||||
run: |
|
||||
echo "Starting Docker Compose with --build and --force-recreate..."
|
||||
cd /dsec_bot
|
||||
cd ~/dsec_bot
|
||||
docker-compose up -d --build --force-recreate
|
||||
|
||||
echo "Deployment complete."
|
||||
|
|
|
|||
Loading…
Reference in a new issue