add debug to deployer
This commit is contained in:
parent
0428ffc01e
commit
3fc302acfd
3 changed files with 2 additions and 7 deletions
|
|
@ -68,5 +68,5 @@ jobs:
|
|||
uses: deployphp/action@v1
|
||||
with:
|
||||
deployer-binary: "./bin/dep"
|
||||
dep: --file=${{ inputs.deployer_file }} release:switch ${{ inputs.server }}
|
||||
dep: -v --file=${{ inputs.deployer_file }} release:switch ${{ inputs.server }}
|
||||
private-key: ${{ secrets.ssh_key }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue