mirror of
https://github.com/kristoferssolo/zero2prod.git
synced 2025-10-21 20:10:40 +00:00
feat(digitalocean): add spec file
This commit is contained in:
parent
759c11c264
commit
4a2d00953c
17
spec.yml
Normal file
17
spec.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: zero2prod
|
||||||
|
region: ams3
|
||||||
|
services:
|
||||||
|
- name: zero2prod
|
||||||
|
dockerfile_path: Dockerfile
|
||||||
|
source_dir: .
|
||||||
|
github:
|
||||||
|
branch: main
|
||||||
|
deploy_on_push: true
|
||||||
|
repo: kristoferssolo/zero2prod
|
||||||
|
health_check:
|
||||||
|
http_path: /health_check
|
||||||
|
http_port: 8000
|
||||||
|
instance_count: 1
|
||||||
|
instance_size_slug: basic-xxs
|
||||||
|
routes:
|
||||||
|
- path: /
|
||||||
Loading…
Reference in New Issue
Block a user