We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b505c commit e6b0ca2Copy full SHA for e6b0ca2
.github/workflows/ci-site.yaml
@@ -29,6 +29,6 @@ jobs:
29
- name: 🔑 Populate Key
30
run: echo "${{ secrets.PRIVATE_KEY }}" > ~/.ssh/id_rsa
31
- name: 🚀 Upload
32
- run: rsync --archive --stats -e 'ssh -p 18765 -o StrictHostKeyChecking=no' 'website/output/' [email protected]:~/www/swharden.com/public_html/csdv/
+ run: rsync --archive --delete --stats -e 'ssh -p 18765 -o StrictHostKeyChecking=no' 'website/output/' [email protected]:~/www/swharden.com/public_html/csdv/
33
- name: 🧹 Clear Cache
34
run: ssh [email protected] -p 18765 "site-tools-client domain update id=1 flush_cache=1"
0 commit comments