Ajout chemin absolu dans deploy
This commit is contained in:
parent
867a9ef36d
commit
9a3c55a5a8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -38,5 +38,5 @@ jobs:
|
|||
- name: Restart bot
|
||||
run: |
|
||||
cd $DEPLOY_PATH
|
||||
docker compose down || true
|
||||
docker compose up --build -d
|
||||
docker compose -f $DEPLOY_PATH/docker-compose.yml down || true
|
||||
docker compose -f $DEPLOY_PATH/docker-compose.yml up --build -d
|
||||
|
|
|
|||
Loading…
Reference in a new issue