Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 4ac1187

Browse files
authored
Update merge.yaml
1 parent aa09a10 commit 4ac1187

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/merge.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@ jobs:
148148
# Download and install Qovery CLI
149149
curl -s https://get.qovery.com | bash
150150
151+
qovery container list \
152+
--organization ${{ vars.ORGANIZATION }} \
153+
--project ${{ vars.PROJECT }} \
154+
--environment $ENVIRONMENT
155+
151156
qovery container deploy \
152157
--organization ${{ vars.ORGANIZATION }} \
153158
--project ${{ vars.PROJECT }} \

0 commit comments

Comments
 (0)