GoogleCloudPlatform / GoogleCloudPlatform/cloud-run-button
Ability to provide environment variables via URL parameters
Open
- Dominant language
- Go
- Stars
- 553
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
Hi 👋,
It'd be great if env variables could be provided via URL parameters so that there's no need to commit an `app.json` file to the repository.
As an example, https://github.com/gitpod-io/openvscode-releases contains a `Dockerfile` that needs a `RELEASE_TAG` argument. I'd love to create a Cloud Run button like this:
```markdown
[](https://deploy.cloud.run?git_repo=https://github.com/gitpod-io/openvscode-releases&env=RELEASE_TAG:openvscode-server-v1.60.0)
```
Cheers, Mike
Contributor guide
Assessment
This issue has not been assessed yet.