From 5b8b906facc3171432cd1a78be4e4d3347bdd019 Mon Sep 17 00:00:00 2001 From: Rafa13io <60799796+Rafa13io@users.noreply.github.com> Date: Sun, 9 Jun 2024 18:58:28 +0200 Subject: [PATCH] Update ContinuousIntegration.yml --- .github/workflows/ContinuousIntegration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ContinuousIntegration.yml b/.github/workflows/ContinuousIntegration.yml index 4da9550..46265b8 100644 --- a/.github/workflows/ContinuousIntegration.yml +++ b/.github/workflows/ContinuousIntegration.yml @@ -33,4 +33,4 @@ jobs: END - name: Run deploy run: | - ssh target "cd concertify/ && sudo docker-compose down && git restore && git pull && ../setBackendAddress.sh && sudo docker-compose build && sudo docker-compose up -d --force-recreate" + ssh target "cd concertify/ && sudo docker-compose down && git restore . && git pull && ../setBackendAddress.sh && sudo docker-compose build && sudo docker-compose up -d --force-recreate"