Skip to content

Commit

Permalink
Update deploy-prod.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Purshottam Patidar <parsuboy666@gmail.com>
  • Loading branch information
Techpurshottam authored Jun 27, 2024
1 parent c803ea8 commit cbbbce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
- name: Run Docker Compose Up
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.SSH_USERNAME_QA }}@${{ secrets.SSH_HOST_QA }} \
"cd ${{ secrets.SSH_PATH_QA }} && docker compose up -d"
"cd ${{ secrets.SSH_PATH_QA }} && docker compose up --pull always -d"

0 comments on commit cbbbce5

Please sign in to comment.