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

This commit is contained in:
Keith Solomon
2026-06-16 21:07:28 -05:00
parent c305478db3
commit 9fe6ee7beb
+7 -6
View File
@@ -39,10 +39,11 @@ jobs:
run: rm -rf node_modules run: rm -rf node_modules
- name: Deploy to Dreamhost - name: Deploy to Dreamhost
uses: milanmk/actions-file-deployer@master uses: swillner/sftp-sync-action@v1.0
with: with:
remote-protocol: "sftp" server: iad1-shared-e1-31.dreamhost.com
remote-host: "iad1-shared-e1-31.dreamhost.com" user: soloweb
remote-user: "soloweb" user_private_key: "${{ secrets.REMOTE_PRIVATE_KEY }}"
ssh-private-key: ${{ secrets.REMOTE_PRIVATE_KEY }} host_public_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILsHeIczTUFsEZAPoCmrwbQMVL2EXW6zHPAshLGuYAZh ksolo@anduril"
remote-path: "solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative" remote: solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative
mirror_options: "--exclude-glob=.git*/ --verbose"