mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
* feat: Add systemd service and production deployment This modifies CI to use a dpkg produced from release to update and run Coder on a tiny VM in GCP. It's intentionally kept simple, because customers should be able to get this same easy install experience. * Update globalSetup.ts * Update globalSetup.ts * Update globalSetup.ts * Update coder.yaml * Use pinned version of Go
4 lines
79 B
Bash
4 lines
79 B
Bash
# Runtime variables for "coder start".
|
|
CODER_ADDRESS=
|
|
CODER_PG_CONNECTION_URL=
|