We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f667a commit 4ce9526Copy full SHA for 4ce9526
.github/workflows/production-deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
41
# Clear cache on the server
42
- 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"
+ run: ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -p ${{ secrets.SSH_PORT }} "site-tools-client domain update id=5 flush_cache=1"
44
45
# Show link
46
- name: Show link
0 commit comments