GoogleCloudPlatform / solutions-modern-cicd-anthos

An end-to-end operating model for onboarding and continually deploying services with Anthos.
Apache License 2.0
86 stars 60 forks source link

Init skaffold and add "dev" release env to the app-template #94

Closed yuwenma closed 4 years ago

yuwenma commented 4 years ago

/cc @janetkuo @yuwenma @nan-yu

janetkuo commented 4 years ago

You'd also want to update .gitlab-ci.yml to include the build and render steps. This can be done in follow-up PRs as well.

yuwenma commented 4 years ago

You'd also want to update .gitlab-ci.yml to include the build and render steps. This can be done in follow-up PRs as well.

@janetkuo yes. I have another ticket for that.

yuwenma commented 4 years ago

master/docs/index.md#testing-the-change-locally-with-skaffold

Here's the current work flow for devs to test changes locally with skaffold. Please update the user guide and/or the dev configs accordingly.

@janetkuo Done. PTAL