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

This commit is contained in:
Keith Solomon
2026-06-16 21:48:55 -05:00
parent be48ccdd71
commit aa7a622c6d
+6 -7
View File
@@ -39,11 +39,10 @@ jobs:
run: rm -rf node_modules
- name: Deploy to Dreamhost
uses: swillner/sftp-sync-action@v1.0
uses: wlixcc/SFTP-Deploy-Action@v1.2.6
with:
server: iad1-shared-e1-31.dreamhost.com
user: soloweb
user_private_key: "${{ secrets.REMOTE_PRIVATE_KEY }}"
host_public_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMCkXBw9NJZ+7lRXw+QLeGdOvGpNp+2lySYJOZO8oVcv soloweb@iad1-shared-e1-31"
remote: solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative
mirror_options: "--exclude-glob=.git*/ --verbose"
username: 'soloweb'
server: 'iad1-shared-e1-31.dreamhost.com'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
remote_path: 'solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative'
sftpArgs: '-o ConnectTimeout=5'