File tree 1 file changed +5
-6
lines changed
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:
16
16
17
17
2 . ` EXCLUDES ` for any ` --exclude ` flags and directory pairs, eg: ` --exclude .htaccess --exclude /uploads/ ` . Use ` "" ` if none required.
18
18
19
- 3 . ` USER ` for the deployment target, and should be in the format : ` deploybot `
19
+ 3 . ` USER ` for the server user, eg : ` deploybot `
20
20
21
- 4 . ` HOST ` for the server user , eg: ` myserver.com `
21
+ 4 . ` HOST ` for the deployment target , eg: ` myserver.com `
22
22
23
- 5 . ` LOCALPATH ` for the local path to sync, eg: ` /dist `
23
+ 5 . ` LOCALPATH ` for the local path to sync, eg: ` /dist/ `
24
24
25
25
5 . ` REMOTEPATH ` for the remote path to sync, eg: ` /srv/myapp/public/htdocs/ `
26
26
45
45
EXCLUDES: --exclude .htaccess --exclude /uploads/
46
46
USER deploybot
47
47
HOST: myserver.com
48
- LOCALPATH: /dist
49
- DEST: /srv/myapp/public/htdocs/
50
- env:
48
+ LOCALPATH: /dist/
49
+ REMOTEPATH: /srv/myapp/public/htdocs/
51
50
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
52
51
53
52
```
You can’t perform that action at this time.
0 commit comments