Skip to content

Add the "Reachard" page. #27

Add the "Reachard" page.

Add the "Reachard" page. #27

Workflow file for this run

name: Deploy
on: push
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Log into GHCR
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Build the image
run: docker compose build
- name: Push the image
run: docker compose push