Skip to content

Fix swagger by accounting for /assets/lib/ and /assets/swagger.json a… #72

Fix swagger by accounting for /assets/lib/ and /assets/swagger.json a…

Fix swagger by accounting for /assets/lib/ and /assets/swagger.json a… #72

Workflow file for this run

name: Pull Request Build
on:
push:
pull_request:
jobs:
build-api:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the maproulette-api image for ubuntu-latest
run: |
cp ./api/application-overrides.template.conf ./api/application-overrides.conf
./deploy.sh --api LATEST --buildOnly --dbExternal
build-frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the maproulette-frontend image for ubuntu-latest
run: |
cp ./frontend/env.template.production ./frontend/env.production
./deploy.sh --frontend LATEST --buildOnly