mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-28 19:00:44 -04:00
add include
This commit is contained in:
parent
3884c8554f
commit
d58cbed7c7
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ inputs:
|
|||
description: "paths to exclude separated by `,`, ie: `/dist/, /node_modules/`"
|
||||
required: false
|
||||
default: ""
|
||||
INCLUDE:
|
||||
description: "paths to include separated by `,`, ie: `/dist/, /node_modules/`"
|
||||
required: false
|
||||
default: ""
|
||||
SCRIPT_BEFORE:
|
||||
description: "Script to run on host machine before rsync"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Reference in a new issue