test
This commit is contained in:
parent
2fb50b0ec7
commit
cda5ceba97
@ -3,13 +3,13 @@ setup:
|
|||||||
- plan: heroku-postgresql
|
- plan: heroku-postgresql
|
||||||
as: DATABASE
|
as: DATABASE
|
||||||
config:
|
config:
|
||||||
POSTGRES_USER=gitea
|
POSTGRES_USER: "gitea"
|
||||||
POSTGRES_PASSWORD=gitea
|
POSTGRES_PASSWORD: "gitea"
|
||||||
POSTGRES_DB=gitea
|
POSTGRES_DB: "gitea"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
web: Dockerfile
|
web: Dockerfile
|
||||||
|
|
||||||
run:
|
run:
|
||||||
web: ./run.sh
|
web: ./run.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user