fix: let deployer be more verbose
This commit is contained in:
parent
eb11b3d888
commit
0428ffc01e
2 changed files with 2 additions and 2 deletions
|
|
@ -73,5 +73,5 @@ jobs:
|
||||||
uses: deployphp/action@v1
|
uses: deployphp/action@v1
|
||||||
with:
|
with:
|
||||||
deployer-binary: "./bin/dep"
|
deployer-binary: "./bin/dep"
|
||||||
dep: -q --file=${{ inputs.deployer_file }} release:create ${{ inputs.server }}
|
dep: --file=${{ inputs.deployer_file }} release:create ${{ inputs.server }}
|
||||||
private-key: ${{ secrets.ssh_key }}
|
private-key: ${{ secrets.ssh_key }}
|
||||||
|
|
|
||||||
|
|
@ -68,5 +68,5 @@ jobs:
|
||||||
uses: deployphp/action@v1
|
uses: deployphp/action@v1
|
||||||
with:
|
with:
|
||||||
deployer-binary: "./bin/dep"
|
deployer-binary: "./bin/dep"
|
||||||
dep: -q --file=${{ inputs.deployer_file }} release:switch ${{ inputs.server }}
|
dep: --file=${{ inputs.deployer_file }} release:switch ${{ inputs.server }}
|
||||||
private-key: ${{ secrets.ssh_key }}
|
private-key: ${{ secrets.ssh_key }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue