run render and CI in app subdir

This commit is contained in:
Kyle Corbitt
2023-08-05 10:04:32 -07:00
parent 21ef67ed4c
commit cfeb4dfa92
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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: .