🐞 fix: Change deployment action #4
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,31 +39,11 @@ jobs:
|
|||||||
run: rm -rf node_modules
|
run: rm -rf node_modules
|
||||||
|
|
||||||
- name: Deploy to Dreamhost
|
- name: Deploy to Dreamhost
|
||||||
# uses: SamKirkland/FTP-Deploy-Action@v4.4.0
|
uses: SamKirkland/web-deploy@v1
|
||||||
# with:
|
|
||||||
# # dry-run: true
|
|
||||||
# server: iad1-shared-e1-31.dreamhost.com
|
|
||||||
# port: 22
|
|
||||||
# protocol: sftp
|
|
||||||
# username: soloweb
|
|
||||||
# password: ${{ secrets.REMOTE_PRIVATE_KEY }}
|
|
||||||
# server-dir: solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative
|
|
||||||
# exclude: |
|
|
||||||
# **/.git*
|
|
||||||
# **/.git*/**
|
|
||||||
# **/.vscode
|
|
||||||
# **/.vscode/**
|
|
||||||
# **/database/**
|
|
||||||
# DOCKER_ENV
|
|
||||||
# docker_tag
|
|
||||||
# output.log
|
|
||||||
# **/vendor/**
|
|
||||||
# **/node_modules/**
|
|
||||||
|
|
||||||
uses: wlixcc/SFTP-Deploy-Action@v1.2.6
|
|
||||||
with:
|
with:
|
||||||
username: 'soloweb'
|
target-server: iad1-shared-e1-31.dreamhost.com
|
||||||
server: 'iad1-shared-e1-31.dreamhost.com'
|
ssh-port: 22
|
||||||
ssh_private_key: ${{ secrets.REMOTE_PRIVATE_KEY }}
|
remote-user: soloweb
|
||||||
remote_path: 'solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative'
|
private-ssh-key: ${{ secrets.REMOTE_PRIVATE_KEY }}
|
||||||
sftpArgs: '-o ConnectTimeout=5'
|
destination-path: solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative
|
||||||
|
rsync-options: --dry-run --archive --verbose --compress --delete-after --human-readable --exclude=.git* --exclude=.git/ --exclude=.vscode/ --exclude=database/ --exclude=.gitignore --exclude=DOCKER_ENV --exclude=docker_tag --exclude=output.log --exclude=vendor/ --exclude=node_modules/ --exclude=notes/ --exclude=docs/
|
||||||
|
|||||||
Reference in New Issue
Block a user