From e65926c4c65d277db3a3596a269f1f8a3eaecacf Mon Sep 17 00:00:00 2001 From: Kamal Shafi <43928727+mastree@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:23:12 +0800 Subject: [PATCH] Update push.yml --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6c88e24..eadeaf9 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -15,7 +15,7 @@ jobs: username: ${{ secrets.SSH_USERNAME }} # User of the server you want to ssh into script: | - mkdir ~/repo + mkdir -p ~/repo cd ~/repo git clone git@github.com:mastree/wedding-site-be.git echo 'Deployment successful to digital ocean'