run render and CI in app subdir
This commit is contained in:
@@ -6,6 +6,10 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: app
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-checks:
|
run-checks:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -7,6 +7,7 @@ databases:
|
|||||||
services:
|
services:
|
||||||
- type: web
|
- type: web
|
||||||
name: querykey-prod-web
|
name: querykey-prod-web
|
||||||
|
rootDir: app
|
||||||
env: docker
|
env: docker
|
||||||
dockerfilePath: Dockerfile
|
dockerfilePath: Dockerfile
|
||||||
dockerContext: .
|
dockerContext: .
|
||||||
@@ -31,6 +32,7 @@ services:
|
|||||||
|
|
||||||
- type: web
|
- type: web
|
||||||
name: querykey-prod-wss
|
name: querykey-prod-wss
|
||||||
|
rootDir: app
|
||||||
env: docker
|
env: docker
|
||||||
dockerfilePath: Dockerfile
|
dockerfilePath: Dockerfile
|
||||||
dockerContext: .
|
dockerContext: .
|
||||||
|
|||||||
Reference in New Issue
Block a user