From 249e4cce1e56060913533e0f5cb355d443c446be Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 12 Jul 2025 17:37:27 -0400 Subject: [PATCH] added forbejo action --- .forgejo/workflows/deploy.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .forgejo/workflows/deploy.yml diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml new file mode 100644 index 0000000..9ed1952 --- /dev/null +++ b/.forgejo/workflows/deploy.yml @@ -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