mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 04:34:15 +00:00
Sub-directories support (#58)
* Add support to subdirectories * Update sub-directory description * Import cd function * Improve version checkings * Improve version checking
This commit is contained in:
parent
e71b9feeeb
commit
b4aad0389b
3 changed files with 19 additions and 5 deletions
|
@ -18,6 +18,10 @@
|
|||
# `deploy all`.
|
||||
# Required.
|
||||
dep: deploy
|
||||
|
||||
# Specifies a sub directory within the repository to deploy
|
||||
# Optional
|
||||
sub-directory: "..."
|
||||
|
||||
# Config options for the Deployer. Same as the `-o` flag in the CLI.
|
||||
# Optional.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue