Skip to content

Frontend V1.0.0

Frontend V1.0.0 #2

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Start application
run: docker compose -f ./deployment/docker-compose-prod.yml up -d --build
env:
REACT_APP_API_ENDPOINT: api.domeinbeschrijving.hbo-i.nl