Skip to content

Commit c3da50a

Browse files
ci: render.yaml (wip)
1 parent b71be9b commit c3da50a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

render.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ services:
1717
registryCredential: # https://dashboard.render.com/u/settings#registry-credentials
1818
fromRegistryCreds:
1919
name: GITHUB_TOKEN
20-
rootDir: # default: top-level directory
20+
rootDir: . # default: top-level directory
2121
dockerContext: .
2222
dockerfilePath: Dockerfile
23-
healthCheckPath: /healthz
23+
dockerCommand: sleep infinity
24+
# healthCheckPath: /healthz
2425
envVars:
2526
- fromGroup: qaas-settings
2627
- key: PORT

0 commit comments

Comments
 (0)