Skip to content

Commit

Permalink
Less verbosity on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ronardcaktus committed Dec 3, 2024
1 parent 6b6e4c5 commit 7ebc3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
[ "$GITHUB_REF" = refs/heads/main ] &&
ENV="production" ||
ENV="staging"
echo "env is $ENV"
inv $ENV deploy --tag=${{ env.DOCKER_TAG }}
echo "env is $ENV" --verbosity=0
inv $ENV deploy --tag=${{ env.DOCKER_TAG }} --verbosity=0
- uses: act10ns/slack@v1
with:
status: ${{ job.status }}
Expand Down

0 comments on commit 7ebc3b6

Please sign in to comment.