Skip to content

Commit

Permalink
Add Render.com's IAC
Browse files Browse the repository at this point in the history
  • Loading branch information
hankertrix committed Nov 24, 2024
1 parent 7da6e3d commit 0a89af7
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# yaml-language-server: $schema=https://render.com/schema/render.yaml.json

services:
- type: web
name: Bible Verses Bot
region: singapore
plan: free
branch: main
autoDeploy: true
runtime: python
buildCommand: pip install pdm && python -m pdm install
startCommand: python main.py
healthCheckPath: /
envVars:
- key: API_KEY
sync: false
- key: DEV_ID
sync: false
- key: FIREBASE_AUTH_PROVIDER_X509_CERT_URL
sync: false
- key: FIREBASE_AUTH_URI
sync: false
- key: FIREBASE_CLIENT_EMAIL
sync: false
- key: FIREBASE_CLIENT_ID
sync: false
- key: FIREBASE_CLIENT_X509_CERT_URL
sync: false
- key: FIREBASE_DB_URL
sync: false
- key: FIREBASE_PRIVATE_KEY
sync: false
- key: FIREBASE_PROJECT_ID
sync: false
- key: FIREBASE_TOKEN_URI
sync: false
- key: FIREBASE_TYPE
sync: false
- key: POETRY_VERSION
value: 1.8.4
- key: PYTHON_VERSION
value: 3.12.7

0 comments on commit 0a89af7

Please sign in to comment.