Skip to content

Commit

Permalink
chore: Update deploy workflow and Dockerfile for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
kvineet002 committed Aug 25, 2024
1 parent c790d65 commit 97124e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97124e1

Please sign in to comment.