Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rodg committed Jul 4, 2023
1 parent f1fa5e1 commit 7de0bc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-to-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
run: |
VERSION=$(echo $GITHUB_SHA | head -c7)-$EVENT
sed -i 's|<VERSION>|'${VERSION}'|' $GITHUB_WORKSPACE/config/values.yaml
cat $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 @@ -63,7 +62,7 @@ jobs:
- name: Deploy to DigitalOcean Kubernetes
run: |
helm upgrade $RELEASE_NAME marathon-charts/nodecg-chart -f ./config/values.yaml --dry-run
helm upgrade $RELEASE_NAME marathon-charts/nodecg-chart -f ./config/values.yaml
# - name: Verify deployment
# run: kubectl rollout status deployment/nodecg-test --timeout=60s

0 comments on commit 7de0bc8

Please sign in to comment.