1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-01-28 18:09:49 +00:00
bramw_baserow/heroku.yml
2022-03-01 21:49:49 +00:00

9 lines
154 B
YAML

build:
docker:
web: heroku.Dockerfile
release:
image: web
command:
- ./baserow.sh backend-cmd manage migrate
run:
web: ./baserow.sh start