We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4c4ab commit 19e1f0aCopy full SHA for 19e1f0a
.github/workflows/ci.yml
@@ -69,4 +69,4 @@ jobs:
69
host: ${{ secrets.SSH_HOST }}
70
key: ${{ secrets.SSH_KEY }}
71
username: ${{ secrets.SSH_USERNAME }}
72
- script: httpmock.restart
+ script: cd /app/httpmock/api && docker pull ndolestudio/httpmock:latest && docker compose up --force-recreate -d
0 commit comments