🐞 fix: Change deployment action #3
Sync TODOs with Issues / sync_todos (push) Successful in 6s
Sync TODOs with Issues / sync_todos (push) Successful in 6s
This commit is contained in:
@@ -39,11 +39,10 @@ jobs:
|
|||||||
run: rm -rf node_modules
|
run: rm -rf node_modules
|
||||||
|
|
||||||
- name: Deploy to Dreamhost
|
- name: Deploy to Dreamhost
|
||||||
uses: swillner/sftp-sync-action@v1.0
|
uses: wlixcc/SFTP-Deploy-Action@v1.2.6
|
||||||
with:
|
with:
|
||||||
server: iad1-shared-e1-31.dreamhost.com
|
username: 'soloweb'
|
||||||
user: soloweb
|
server: 'iad1-shared-e1-31.dreamhost.com'
|
||||||
user_private_key: "${{ secrets.REMOTE_PRIVATE_KEY }}"
|
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
host_public_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMCkXBw9NJZ+7lRXw+QLeGdOvGpNp+2lySYJOZO8oVcv soloweb@iad1-shared-e1-31"
|
remote_path: 'solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative'
|
||||||
remote: solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative
|
sftpArgs: '-o ConnectTimeout=5'
|
||||||
mirror_options: "--exclude-glob=.git*/ --verbose"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user