Skip to content

Commit 4ce9526

Browse files
committed
fix(actions workflow): fix production deploy workflow
Update mismatched ID for the server cache clear command
1 parent e3f667a commit 4ce9526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Clear cache on the server
4242
- name: Clear cache on the server
43-
run: ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -p ${{ secrets.SSH_PORT }} "site-tools-client domain update id=4 flush_cache=1"
43+
run: ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -p ${{ secrets.SSH_PORT }} "site-tools-client domain update id=5 flush_cache=1"
4444

4545
# Show link
4646
- name: Show link

0 commit comments

Comments
 (0)