ficd.sh/.forgejo/workflows/deploy.yml
Daniel Fichtinger 2c0061a348
Some checks failed
/ deploy (push) Failing after 6s
fixed action
2025-07-12 17:50:39 -04:00

19 lines
525 B
YAML

on: [push]
jobs:
deploy:
runs-on: docker
steps:
- name: Install uv
run: |
apt-get update && \
apt-get install -y curl ca-certificates && \
curl -LsSf https://astral.sh/uv/install.sh | sh
# - 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