💚 Update workflow for forgejo instance
All checks were successful
Deploy website / build-and-deploy (push) Successful in 6m15s

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2024-12-04 17:06:10 +01:00
parent 2c0141b609
commit 267a10a1cd
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
4 changed files with 42 additions and 41 deletions

View file

@ -0,0 +1,16 @@
name: Deploy website
on:
push:
branches: [main]
paths-ignore:
- 'README.md' # Ignore changes to README.md
jobs:
build-and-deploy:
runs-on: host
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run docker-compose
run: docker compose up -d --build