Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rodg committed Jul 4, 2023
1 parent c502453 commit fbf3e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Update values file
run: |
TAG=${VERSION} && sed -i 's|<VERSION>|'${TAG}'|' $GITHUB_WORKSPACE/config/values.yaml
sed -i 's|<VERSION>|'${VERSION}'|' $GITHUB_WORKSPACE/config/values.yaml
- name: Save DigitalOcean kubeconfig with short-lived credentials
run: doctl kubernetes cluster kubeconfig save --expiry-seconds 600 $CLUSTER
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Deploy to DigitalOcean Kubernetes
run: |
helm upgrade $RELEASE_NAME marathon-charts/nodecg-chart -f ./config/values.yaml
helm upgrade $RELEASE_NAME marathon-charts/nodecg-chart -f ./config/values.yaml --dry-run
# - name: Verify deployment
# run: kubectl rollout status deployment/nodecg-test --timeout=60s

0 comments on commit fbf3e85

Please sign in to comment.