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 b9680a9 commit 81fc806Copy full SHA for 81fc806
.github/workflows/pages.yaml
@@ -51,4 +51,5 @@ jobs:
51
echo "${{ secrets.PRIVATE_SSH_KEY }}" > ~/.ssh/id_rsa
52
- name: 🚀 Deploy to Website
53
run: rsync --archive --stats -e 'ssh -p 18765 -o StrictHostKeyChecking=no' public/ swharden.com@ssh.swharden.com:~/www/swharden.com/public_html/patch/
54
-
+ - name: 🧹 Clear Cache
55
+ run: ssh swharden.com@ssh.swharden.com -p 18765 "site-tools-client domain update id=1 flush_cache=1"
0 commit comments