Skip to content

Commit

Permalink
Update merge.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpavlovicbb authored Aug 6, 2024
1 parent d01a975 commit 8983862
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,15 @@ jobs:
# Download and install Qovery CLI
curl -s https://get.qovery.com | bash
qovery service deploy \
qovery application list \
--organization ${{ vars.ORGANIZATION }} \
--project ${{ vars.PROJECT }} \
--environment $ENVIRONMENT \
--service ${{ matrix.name }} \
--tag ${{ env.TAG }} \
--watch
--environment $ENVIRONMENT
# qovery service deploy \
# --organization ${{ vars.ORGANIZATION }} \
# --project ${{ vars.PROJECT }} \
# --environment $ENVIRONMENT \
# --service ${{ matrix.name }} \
# --tag ${{ env.TAG }} \
# --watch

0 comments on commit 8983862

Please sign in to comment.