Skip to content

Commit 19e1f0a

Browse files
committed
Fix deploy script
1 parent aa4c4ab commit 19e1f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
host: ${{ secrets.SSH_HOST }}
7070
key: ${{ secrets.SSH_KEY }}
7171
username: ${{ secrets.SSH_USERNAME }}
72-
script: httpmock.restart
72+
script: cd /app/httpmock/api && docker pull ndolestudio/httpmock:latest && docker compose up --force-recreate -d

0 commit comments

Comments
 (0)