Skip to content

Resolve favicon not found #68

Resolve favicon not found

Resolve favicon not found #68

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