Skip to content

Commit

Permalink
Added the spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
nikthechampiongr committed Dec 10, 2023
1 parent c65b185 commit 4ba22fb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions spec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: zero2prod
region: fra1
services:
- name: zero2prod
dockerfile_path: DockerFile
source_dir: .
github:
branch: master
deploy_on_push: true
repo: nikthechampiongr/zero2prod
health_check:
http_path: /health_check
http_port: 8000
instance_count: 1
instance_size_slug: basic-xxs
routes:
- path: /

0 comments on commit 4ba22fb

Please sign in to comment.