ficd.sh/.forgejo/workflows/deploy.yml
Daniel Fichtinger 8b4ae15f19
Some checks failed
/ deploy (push) Failing after 10s
fixed action
2025-07-12 17:54:57 -04:00

21 lines
604 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
source $HOME/.local/bin/env
- 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/zona" zona build --output public
ls public