Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
hotfix: debug deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
alysivji committed Jul 4, 2020
1 parent 1b1744d commit f99e2ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_app_to_kubernets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
clusterName: trapper
version: 1.6.6
expirationTime: 300 # seconds
- name: Debugging with tmate
uses: mxschmitt/action-tmate@v2
- name: Use helm to deploy
run: helm upgrade $RELEASE_NAME $CHART_LOCATION -f $VALUES_FILE --set image.version=$RELEASE_TAG

Expand All @@ -34,5 +36,5 @@ jobs:
uses: chrnorm/deployment-status@releases/v1
with:
token: "${{ github.token }}"
state: "success"
state: "failure"
deployment_id: ${{ github.event.deployment.id }}

0 comments on commit f99e2ea

Please sign in to comment.