Skip to content

Commit

Permalink
Merge pull request #154 from Stageus/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
k1ju authored Jul 9, 2024
2 parents 07fb9c9 + 409c9ef commit 5d4f1e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:
run: |
echo "PR was merged"
cd ../gamebible-backend/
pwd
ls -la
cd ./../gamebible-backend/
pwd
ls -a
ls
if [ -d .git ]; then echo ".git directory exists"; else echo ".git directory does not exist"; fi
git pull origin master
k1ju
Expand Down

0 comments on commit 5d4f1e8

Please sign in to comment.