File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ This action requires six inputs:
1616
17172 . ` EXCLUDES ` for any ` --exclude ` flags and directory pairs, eg: ` --exclude .htaccess --exclude /uploads/ ` . Use ` "" ` if none required.
1818
19- 3 . ` USER ` for the deployment target, and should be in the format : ` deploybot `
19+ 3 . ` USER ` for the server user, eg : ` deploybot `
2020
21- 4 . ` HOST ` for the server user , eg: ` myserver.com `
21+ 4 . ` HOST ` for the deployment target , eg: ` myserver.com `
2222
23- 5 . ` LOCALPATH ` for the local path to sync, eg: ` /dist `
23+ 5 . ` LOCALPATH ` for the local path to sync, eg: ` /dist/ `
2424
25255 . ` REMOTEPATH ` for the remote path to sync, eg: ` /srv/myapp/public/htdocs/ `
2626
4545 EXCLUDES: --exclude .htaccess --exclude /uploads/
4646 USER deploybot
4747 HOST: myserver.com
48- LOCALPATH: /dist
49- DEST: /srv/myapp/public/htdocs/
50- env:
48+ LOCALPATH: /dist/
49+ REMOTEPATH: /srv/myapp/public/htdocs/
5150 DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
5251
5352```
You can’t perform that action at this time.
0 commit comments