This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user