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 28, 2024
1 parent 26213d9 commit 49e2f67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ jobs:
cd /webapps/StudentsPortal/Backend
git fetch origin
git checkout deploy
git pull origin deploy --rebase
git add .
git commit -m "Deploying to Production"
git pull | tee git-pull.log
docker compose -f docker-compose.yml up | tee docker-compose.log

0 comments on commit 49e2f67

Please sign in to comment.