Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"cSpell.words": [
"Appsignal",
"Ecto",
"rankedvote",
"Struct",
"Structs",
"timestamptz",
Expand Down
46 changes: 46 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Exported from Render on 2025-09-11T13:48:20Z
databases:
- name: flick_prod
databaseName: flick_prod
user: flick_prod_user
plan: basic-256mb
region: oregon
ipAllowList:
- source: 0.0.0.0/0
description: everywhere
postgresMajorVersion: "16"
diskSizeGB: 1
services:
- type: web
name: flick
runtime: elixir
repo: https://github.com/zorn/flick
plan: starter
envVars:
- key: ERLANG_VERSION
value: 27.3.4.2
- key: ELIXIR_VERSION
value: 1.18.4
- key: PHX_HOSTNAME
value: rankedvote.app
- key: SECRET_KEY_BASE
sync: false
- key: PHX_SERVER
value: "true"
- key: BASIC_AUTH_ADMIN_PASSWORD
sync: false
- key: BASIC_AUTH_ADMIN_USERNAME
sync: false
- key: DATABASE_URL
fromDatabase:
name: flick_prod
property: connectionString
region: oregon
buildCommand: ./bin/build.sh
startCommand: _build/prod/rel/flick/bin/flick eval "Flick.Release.migrate" && _build/prod/rel/flick/bin/flick
start
domains:
- www.rankedvote.app
- rankedvote.app
autoDeployTrigger: commit
version: "1"