mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-04-28 00:37:18 +08:00
add include
This commit is contained in:
parent
3884c8554f
commit
d58cbed7c7
@ -35,6 +35,10 @@ inputs:
|
|||||||
description: "paths to exclude separated by `,`, ie: `/dist/, /node_modules/`"
|
description: "paths to exclude separated by `,`, ie: `/dist/, /node_modules/`"
|
||||||
required: false
|
required: false
|
||||||
default: ""
|
default: ""
|
||||||
|
INCLUDE:
|
||||||
|
description: "paths to include separated by `,`, ie: `/dist/, /node_modules/`"
|
||||||
|
required: false
|
||||||
|
default: ""
|
||||||
SCRIPT_BEFORE:
|
SCRIPT_BEFORE:
|
||||||
description: "Script to run on host machine before rsync"
|
description: "Script to run on host machine before rsync"
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
Reference in New Issue
Block a user