Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Turn Debug off
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiMstv committed Jul 11, 2022
1 parent f6e6e7a commit a1a3901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Deploy
shell: bash
run: |
ssh -o StrictHostKeyChecking=no [email protected] "cd Saku-Backend && docker-compose -f docker-compose.deploy.yml pull && docker-compose -f docker-compose.deploy.yml up -d"
ssh -o StrictHostKeyChecking=no [email protected] "cd Saku-Backend && docker-compose -f docker-compose.deploy.yml pull --ignore-pull-failures && docker-compose -f docker-compose.deploy.yml up -d"

0 comments on commit a1a3901

Please sign in to comment.