ficd.sh/.forgejo/workflows/deploy.yml
Daniel Fichtinger 2a0483b9cd
Some checks failed
/ deploy (push) Failing after 8s
fixed typo
2025-07-12 17:44:19 -04:00

20 lines
490 B
YAML

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