ARC runners: added Deploy Response step
This commit is contained in:
3
.github/workflows/deploy-on-demand-v2.yml
vendored
3
.github/workflows/deploy-on-demand-v2.yml
vendored
@@ -113,6 +113,9 @@ jobs:
|
|||||||
--set image.tag=$TAG \
|
--set image.tag=$TAG \
|
||||||
--wait -i -f k8s/values-${{ inputs.environment }}.yaml $PROJECT k8s/
|
--wait -i -f k8s/values-${{ inputs.environment }}.yaml $PROJECT k8s/
|
||||||
|
|
||||||
|
- name: Deploy Response
|
||||||
|
run: echo "Response was ${{ steps.deploy.outputs.response }}"
|
||||||
|
|
||||||
- name: Notify deploy failure
|
- name: Notify deploy failure
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: rtCamp/action-slack-notify@v2
|
uses: rtCamp/action-slack-notify@v2
|
||||||
|
|||||||
3
.github/workflows/deploy-on-demand.yml
vendored
3
.github/workflows/deploy-on-demand.yml
vendored
@@ -110,6 +110,9 @@ jobs:
|
|||||||
--set image.tag=$TAG-${{ inputs.environment }} \
|
--set image.tag=$TAG-${{ inputs.environment }} \
|
||||||
--wait -i -f k8s/values-${{ inputs.environment }}.yaml $PROJECT k8s/
|
--wait -i -f k8s/values-${{ inputs.environment }}.yaml $PROJECT k8s/
|
||||||
|
|
||||||
|
- name: Deploy Response
|
||||||
|
run: echo "Response was ${{ steps.deploy.outputs.response }}"
|
||||||
|
|
||||||
- name: Notify deploy failure
|
- name: Notify deploy failure
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: rtCamp/action-slack-notify@v2
|
uses: rtCamp/action-slack-notify@v2
|
||||||
|
|||||||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -95,7 +95,6 @@ jobs:
|
|||||||
- name: Deploy Response
|
- name: Deploy Response
|
||||||
run: echo "Response was ${{ steps.deploy.outputs.response }}"
|
run: echo "Response was ${{ steps.deploy.outputs.response }}"
|
||||||
|
|
||||||
|
|
||||||
- name: Notify deploy failure
|
- name: Notify deploy failure
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: rtCamp/action-slack-notify@v2
|
uses: rtCamp/action-slack-notify@v2
|
||||||
@@ -362,7 +361,6 @@ jobs:
|
|||||||
- name: Deploy Response
|
- name: Deploy Response
|
||||||
run: echo "Response was ${{ steps.deploy.outputs.response }}"
|
run: echo "Response was ${{ steps.deploy.outputs.response }}"
|
||||||
|
|
||||||
|
|
||||||
- name: Notify deploy failure
|
- name: Notify deploy failure
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: rtCamp/action-slack-notify@v2
|
uses: rtCamp/action-slack-notify@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user