In this example, the app environment for staging is stg
@kelvin-wong If we do it this way, it means we'll bypass skaffold for the build stage. I think it's better, because otherwise we need to get skaffold working in Github CI, which may not be trivial. I think this method is more flexible.
Implement staging environment builds for all apps.
Example of what this could look like for
web-evidence
:In this example, the app environment for staging is
stg
@kelvin-wong If we do it this way, it means we'll bypass skaffold for the build stage. I think it's better, because otherwise we need to get skaffold working in Github CI, which may not be trivial. I think this method is more flexible.