Skip to content

Commit 7a67d1a

Browse files
committed
Updates for deployment
1 parent 3895a75 commit 7a67d1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/deploy-to-control-plane/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ runs:
6666
- name: Deploy to Control Plane
6767
shell: bash
6868
run: |
69-
cpl deploy-image -a ${{ inputs.app_name }} --run-release-phase --org ${{inputs.org}}
69+
echo "Deploying to Control Plane"
70+
cpl deploy-image -a ${{ inputs.app_name }} --run-release-phase --org ${{inputs.org}} --verbose

0 commit comments

Comments
 (0)