diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 64e45c5..a5ad1c9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,9 +38,7 @@ jobs: port: ${{ secrets.SSH_PORT }} username: ${{ secrets.SSH_USERNAME }} script: | - cd webapps - ls webapps | tee ls-out.log - cd /StudentsPortal/Backend + cd /webapps/StudentsPortal/Backend git fetch origin git checkout deploy git pull | tee git-pull.log