Skip to content

Commit

Permalink
[HOTFIX] existing directory fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Flagro committed Nov 16, 2023
1 parent 23969b9 commit 50fb5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
key: ${{ secrets.SSH_KEY }}
port: 22
script: |
if [ -d "~/PhriniFluentBackend" ]; then
if [ -d $HOME/PhriniFluentBackend ]; then
cd ~/PhriniFluentBackend
git pull origin main
else
Expand Down

0 comments on commit 50fb5ea

Please sign in to comment.