We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4c487 commit 2b2517dCopy full SHA for 2b2517d
.github/workflows/deploy.yml
@@ -36,5 +36,5 @@ jobs:
36
key: ${{ secrets.SSH_PRIVATE_KEY }}
37
passphrase: ${{ secrets.SSH_PASSPHRASE }}
38
script: |
39
- docker pull sachawildcode/projet-poec:latest &&
40
- docker-compose up -d --force-recreate
+ docker pull sachawildcode/projet-poec:latest &&
+ docker-compose up -d --force-recreate
0 commit comments