Fix failing build
This commit is contained in:
parent
f7e7522379
commit
2d67b7d939
4 changed files with 20 additions and 18 deletions
15
.do/apps.yml
Normal file
15
.do/apps.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: decla-red-server
|
||||
region: fra
|
||||
services:
|
||||
- dockerfile_path: Dockerfile
|
||||
github:
|
||||
branch: main
|
||||
deploy_on_push: true
|
||||
repo: schmelczerandras/decla.red
|
||||
http_port: 3000
|
||||
instance_count: 1
|
||||
instance_size_slug: basic-xxs
|
||||
run_command: node main.js --name=Frankfurt --seed=102
|
||||
name: decla-red-server
|
||||
routes:
|
||||
- path: /
|
||||
Loading…
Add table
Add a link
Reference in a new issue