Skip to content

Pre-compress text assets during deploy for nginx static serving #34

Pre-compress text assets during deploy for nginx static serving

Pre-compress text assets during deploy for nginx static serving #34

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
permissions:
contents: read
jobs:
deploy:
# Self-hosted runner registered on bremen2 under the `books` user,
# with label `books`. Pinned so this never lands on wincon's runner
# or any other self-hosted fleet.
runs-on: [self-hosted, books]
steps:
- uses: actions/checkout@v4
- name: Deploy
run: ./scripts/deploy.sh