Skip to content

Commit b95c5de

Browse files
justin808rameziophobia
authored andcommitted
Updates for deployment
1 parent 364fbe7 commit b95c5de

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
@@ -67,4 +67,5 @@ runs:
6767
- name: Deploy to Control Plane
6868
shell: bash
6969
run: |
70-
cpflow deploy-image -a ${{ inputs.app_name }} --run-release-phase --org ${{inputs.org}}
70+
echo "Deploying to Control Plane"
71+
cpflow deploy-image -a ${{ inputs.app_name }} --run-release-phase --org ${{inputs.org}} --verbose

0 commit comments

Comments
 (0)