10000 Add render deployment by matifali · Pull Request #8 · coder/packages · GitHub
[go: up one dir, main page]

Skip to content

Add render deployment #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Apr 24, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix spellings
  • Loading branch information
matifali committed Apr 24, 2023
commit 8546b4413f7c3a5ca615065b69307cc5cd1de45a
4 changes: 2 additions & 2 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Coder Servive
# Coder Service
services:
- type: web
name: coder
Expand All @@ -16,7 +16,7 @@ services:
name: coder
type: web
property: host
# Postgress Datbase
# Postgres Database
databases:
- name: coder
postgresMajorVersion: 15
0