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