Basic skaffold - nuthanc/microservice GitHub Wiki
apiVersion: skaffold/v2alpha3
kind: Config
deploy:
kubectl:
manifests:
- ./infra/k8s/*
build:
# local:
# push: false
googleCloudBuild:
projectId: #Enter the Project id and not the Project name
artifacts:
- image: us.gcr.io/<projectId>/auth
context: auth
docker:
dockerfile: Dockerfile
sync:
manual:
- src: 'src/**/*.ts'
dest: .