Skip to content

Commit

Permalink
update docker compose cmd to build and detach it
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed May 10, 2024
1 parent ad9bee4 commit e0f624d
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 @@ -67,4 +67,4 @@ jobs:
docker pull ${{ env.DOCKER_REPO }}:latest
# Deploy using Docker Compose
docker-compose -f docker-compose.production.yml up -d
docker-compose -f docker-compose.production.yml up --build --detach

0 comments on commit e0f624d

Please sign in to comment.