🐞 fix: Add rsync
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-17 06:39:12 -05:00
parent 5300b309c0
commit a0b8b00026
+5
View File
@@ -38,6 +38,11 @@ jobs:
- name: Clean up node modules (not needed to deploy) - name: Clean up node modules (not needed to deploy)
run: rm -rf node_modules run: rm -rf node_modules
- name: Install rsync
run: |
sudo apt-get update
sudo apt-get install rsync
- name: Deploy to Dreamhost - name: Deploy to Dreamhost
uses: SamKirkland/web-deploy@v1 uses: SamKirkland/web-deploy@v1
with: with: