ficd.sh/.forgejo/workflows/deploy.yml
Daniel Fichtinger c09c3dd4ec
Some checks failed
/ deploy (push) Failing after 6s
fixed typo
2025-07-12 17:40:38 -04:00

19 lines
473 B
YAML

on: [push]
jobs:
deploy:
runs-on: docker
# container:
# image: alpine:edge
steps:
- uses: actions/checkout@v4
- name: Install uv
run: apt install 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