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