Skip to content

Commit 0b49a59

Browse files
committed
fix: updated workflow
1 parent 1b4a5b4 commit 0b49a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
gcloud compute ssh ${{ secrets.GCP_VM_NAME }} \
3535
--zone=${{ secrets.GCP_VM_ZONE }} \
3636
--command "
37-
rm -rf ~/repo &&
37+
sudo rm -rf ~/repo &&
3838
git clone https://github.com/${{ github.repository }} ~/repo &&
3939
cd ~/repo &&
4040
docker compose down -v || true &&

0 commit comments

Comments
 (0)