Skip to content

Commit d132712

Browse files
committed
fixed flow -s
1 parent 8953823 commit d132712

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
gcloud compute ssh ${{ secrets.GCP_VM_NAME }} \
3535
--zone=${{ secrets.GCP_VM_ZONE }} \
3636
--command "
37-
rm -rf exness &&
38-
git clone https://github.com/${{ github.repository }} repo &&
39-
cd repo &&
40-
docker compose down -v &&
37+
rm -rf ~/repo &&
38+
git clone https://github.com/${{ github.repository }} ~/repo &&
39+
cd ~/repo &&
40+
docker compose down -v || true &&
4141
docker compose build --no-cache &&
4242
docker compose up -d
4343
"

0 commit comments

Comments
 (0)