Skip to content

Commit

Permalink
cicd(UNI-183): disable okteto deployment as my okteto env was deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Tian committed Jan 17, 2024
1 parent 78b8a57 commit 29c314e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
kubectl --kubeconfig ~/.napptive/default/napptive-kubeconfig patch deploy uni-orders --patch '{"spec":{"template":{"spec":{"containers":[{"image":"jefftian/uni-orders","name":"uni-orders"}]}}}}' --type=merge
deploy-okteto:
if: {{false}} # disable okteto deployment as my okteto env was deleted
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit 29c314e

Please sign in to comment.