added forbejo action
Some checks failed
/ deploy (push) Failing after 1s

This commit is contained in:
Daniel Fichtinger 2025-07-12 17:37:27 -04:00
parent 7e456bb9c5
commit 249e4cce1e

View file

@ -0,0 +1,19 @@
on: [push]
jobs:
deploy:
runs-on: docker
container:
image: apline:edge
steps:
- uses: actions/checkout@v4
- name: Install uv
run: apv add uv
# - name: Configure hut
# run: |
# apk add hut
# echo ${{ secrets.HUT }} | hut init
- name: Build
run: |
cd ficd.sh
uv run --with "git+https://git.ficd.sh/ficd/ficd.sh" zona build --output public
ls public