Skip to content

Commit 04a3c09

Browse files
committed
fix: updated workflow
1 parent 8823aa3 commit 04a3c09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
gcloud compute ssh ${{ secrets.GCP_VM_NAME }} \
3535
--zone=${{ secrets.GCP_VM_ZONE }} \
3636
--command "
37-
sudo rm -rf ~/repo &&
38-
git clone https://github.com/${{ github.repository }} ~/repo &&
39-
cd ~/repo &&
37+
sudo rm -rf exness &&
38+
git clone https://github.com/${{ github.repository }} &&
39+
cd exness &&
4040
docker compose down -v || true &&
4141
docker stop \$(docker ps -aq) || true &&
4242
docker rm \$(docker ps -aq) || true &&

0 commit comments

Comments
 (0)