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 24, 2024
1 parent 62153cc commit b4f36cf
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 @@ -42,4 +42,4 @@ jobs:
git fetch origin
git checkout deploy
git pull
docker compose -f docker-compose.yml
docker compose -f docker-compose.yml up -d --build | tee docker-compose.log

0 comments on commit b4f36cf

Please sign in to comment.