Skip to content

Commit

Permalink
Temporary hack for not deploying on stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniallugo committed Mar 25, 2021
1 parent 1a4400d commit c7f8675
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,16 @@ jobs:
with:
token: "${{ github.token }}"
environment: stage
-
name: Deploy apps
working-directory: helm-infra
run: |
## copy helm plugins over (from dysnix/kubectl, don't forget)!!!
cp -r /dysnix/kubectl/.local /dysnix/kubectl/.cache ~
UPDATE_REPOS=y helmfile -e $HFENV repos
helmfile -e $HFENV $DEPLOY_APPS apply --args "timeout 180s"
# TODO fix stage and resume deploy to stage
# -
# name: Deploy apps
# working-directory: helm-infra
# run: |
# copy helm plugins over (from dysnix/kubectl, don't forget)!!!
# cp -r /dysnix/kubectl/.local /dysnix/kubectl/.cache ~
#
# UPDATE_REPOS=y helmfile -e $HFENV repos
# helmfile -e $HFENV $DEPLOY_APPS apply --args "timeout 180s"
-
name: Update deployment status (success)
if: success()
Expand Down

0 comments on commit c7f8675

Please sign in to comment.