Skip to content

Simplify deployment #48

Simplify deployment

Simplify deployment #48

Workflow file for this run

name: Build app and update Docker image
on:
push:
branches:
- master
jobs:
deploy:
uses: netwerk-digitaal-erfgoed/workflows/.github/workflows/deploy.yml@main
secrets:
CONTAINER_REGISTRY_TOKEN: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}