🐞 fix: Change deployment action
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-16 20:29:07 -05:00
parent e5f3ac1947
commit c305478db3
+6 -7
View File
@@ -39,11 +39,10 @@ jobs:
run: rm -rf node_modules
- name: Deploy to Dreamhost
uses: burnett01/rsync-deployments@v8
uses: milanmk/actions-file-deployer@master
with:
switches: -avzr --delete
remote_path: solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative
remote_host: iad1-shared-e1-31.dreamhost.com
remote_port: 22
remote_user: soloweb
remote_key: ${{ secrets.REMOTE_PRIVATE_KEY }}
remote-protocol: "sftp"
remote-host: "iad1-shared-e1-31.dreamhost.com"
remote-user: "soloweb"
ssh-private-key: ${{ secrets.REMOTE_PRIVATE_KEY }}
remote-path: "solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative"