Skip to content

Fix CI: use new nginx and postgis actions (#1351) #168

Fix CI: use new nginx and postgis actions (#1351)

Fix CI: use new nginx and postgis actions (#1351) #168

Workflow file for this run

name: Demo
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths:
- 'demo/**'
release:
types: [ published ]
workflow_dispatch:
jobs:
demo:
name: Demo
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- run: |
cd demo/frontend
docker-compose build