Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: verbosity level option doesn't work #66

Open
vitalykarasik opened this issue May 18, 2023 · 3 comments
Open

Bug: verbosity level option doesn't work #66

vitalykarasik opened this issue May 18, 2023 · 3 comments

Comments

@vitalykarasik
Copy link

vitalykarasik commented May 18, 2023

I tried to increase verbosity level using both "-vv" and "-vvv" options, but the log I still see "php deployer.phar deploy altius-demo --no-interaction --ansi -v " command, and no debug output.

uses: deployphp/action@v1
        with:
          deployer-version: "6.8.0"
          dep: deploy demo
          private-key: ${{ secrets.SSH_DEPLOY_KEY }}
          ssh-config: ${{ vars.SSH_CONFIG_DEPLOYER }}
          options: |
            branch: $DEPLOY_BRANCH
            keep_releases: 10
            verbosity: -vvv

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
@antonmedv
Copy link
Member

Try this:

    dep: deploy demo -vvv

@vitalykarasik
Copy link
Author

@antonmedv - many thanks, it works!
Does it say I can use all available command options here?

@antonmedv
Copy link
Member

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants