Skip to content

Instantly share code, notes, and snippets.

@suhas86
Created July 4, 2020 19:00
Show Gist options
  • Save suhas86/505793f3502c729548cfdbf7358b2651 to your computer and use it in GitHub Desktop.
Save suhas86/505793f3502c729548cfdbf7358b2651 to your computer and use it in GitHub Desktop.
apiVersion: skaffold/v2alpha3
kind: Config
deploy:
kubectl:
manifests:
- ./infra/k8s/*
build:
local:
push: false
artifacts:
- image: suhas86/quiz-auth
context: auth
docker:
dockerfile: Dockerfile
sync:
manual:
- src: "src/**/*.ts"
dest: .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment