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: burnett01/rsync-deployments@v8
|
uses: milanmk/actions-file-deployer@master
|
||||||
with:
|
with:
|
||||||
switches: -avzr --delete
|
remote-protocol: "sftp"
|
||||||
remote_path: solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative
|
remote-host: "iad1-shared-e1-31.dreamhost.com"
|
||||||
remote_host: iad1-shared-e1-31.dreamhost.com
|
remote-user: "soloweb"
|
||||||
remote_port: 22
|
ssh-private-key: ${{ secrets.REMOTE_PRIVATE_KEY }}
|
||||||
remote_user: soloweb
|
remote-path: "solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative"
|
||||||
remote_key: ${{ secrets.REMOTE_PRIVATE_KEY }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user