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 b4f36cf commit a99d8b3
Show file tree
Hide file tree
Showing 2 changed files 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 up -d --build | tee docker-compose.log
docker compose -f docker-compose.yml up | tee docker-compose.log
File renamed without changes.

0 comments on commit a99d8b3

Please sign in to comment.