mirror of
https://gitlab.com/MisterBiggs/hello-world-nginx.git
synced 2025-07-28 17:11:25 +00:00
15 lines
276 B
YAML
15 lines
276 B
YAML
apiVersion: skaffold/v1alpha2
|
|
kind: Config
|
|
build:
|
|
artifacts:
|
|
- imageName: gcr.io/gcp-demo-200100/hello-world-nginx
|
|
deploy:
|
|
kubectl:
|
|
manifests:
|
|
- hello-world-nginx*
|
|
profiles:
|
|
- name: gcb
|
|
build:
|
|
googleCloudBuild:
|
|
projectId: <your project ID>
|