ficd.sh/.forgejo/workflows/deploy.yml
Daniel Fichtinger 6920fb87f6
Some checks failed
/ deploy (push) Failing after 10s
fixed action
2025-07-12 17:52:20 -04:00

20 lines
569 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
- uses: actions/checkout@v4
# - name: Configure hut
# run: |
# apk add hut
# echo ${{ secrets.HUT }} | hut init
- name: Build
run: |
cd $GITHUB_WORKSPACE
uv run --with "git+https://git.ficd.sh/ficd/ficd.sh" zona build --output public
ls public