Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 406 Bytes

File metadata and controls

11 lines (11 loc) · 406 Bytes
  • kubernetes
    • set up kubectl
      • export KUBECONFIG=$HOME/Downloads/okteto-kube.config:${KUBECONFIG:-$HOME/.kube/config}
      • kubectl get all
    • update pod kubectl apply -f k8s.yml
  • heroku
    • build image
      • docker build -t ditcalendar/okteto .
    • deploy to heroku
      • heroku container:push web --app dit-calendar-okteto
      • heroku container:release web --app dit-calendar-okteto