Skip to content

Commit

Permalink
add deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Baja-KS committed Aug 9, 2024
1 parent 00a7675 commit f8df30c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,15 @@ jobs:
# Download and install Qovery CLI
curl -s https://get.qovery.com | bash
qovery application list \
qovery container list \
--organization ${{ vars.ORGANIZATION }} \
--project ${{ vars.PROJECT }} \
--environment $ENVIRONMENT
qovery container deploy \
--organization ${{ vars.ORGANIZATION }} \
--project ${{ vars.PROJECT }} \
--environment $ENVIRONMENT \
--container ${{ matrix.qovery_container_name }} \
--tag ${{ env.TAG }} \
--watch
# qovery container deploy \
# --organization ${{ vars.ORGANIZATION }} \
# --project ${{ vars.PROJECT }} \
# --environment $ENVIRONMENT \
# --container ${{ matrix.qovery_container_name }} \
# --tag ${{ env.TAG }} \
# --watch

0 comments on commit f8df30c

Please sign in to comment.