Skip to content

Commit

Permalink
fix: err
Browse files Browse the repository at this point in the history
  • Loading branch information
ADKcodeXD committed Jan 7, 2024
1 parent 6c4a5d2 commit 946a98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd /www/wwwroot/MMGC-frontend
git pull || exit 1
git pull || echo "Git pull failed, proceeding with SCP"
- name: Clear Remote Directory if Git Pull Fails
if: steps.git-pull.outcome == 'failure'
Expand Down

0 comments on commit 946a98d

Please sign in to comment.