mirror of https://github.com/snachodog/mybuddy.git
Disable demo refresh (for now...)
This commit is contained in:
parent
aba239e6da
commit
30c383e0c7
|
@ -1,7 +1,7 @@
|
|||
name: Demo reset
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
# schedule:
|
||||
# - cron: "0 * * * *"
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
reset:
|
||||
|
|
|
@ -1,17 +1,18 @@
|
|||
databases:
|
||||
- name: db
|
||||
- name: babybuddy
|
||||
plan: free
|
||||
|
||||
services:
|
||||
- type: web
|
||||
name: app
|
||||
name: babybuddy
|
||||
plan: free
|
||||
env: python
|
||||
buildCommand: "./.render.com/build.sh"
|
||||
startCommand: "gunicorn babybuddy.wsgi:application"
|
||||
envVars:
|
||||
- key: DATABASE_URL
|
||||
fromDatabase:
|
||||
name: db
|
||||
name: babybuddy
|
||||
property: connectionString
|
||||
- key: DJANGO_SETTINGS_MODULE
|
||||
value: babybuddy.settings.render
|
||||
|
|
Loading…
Reference in New Issue