parent
2a0483b9cd
commit
8b4ae15f19
1 changed files with 8 additions and 7 deletions
|
@ -2,19 +2,20 @@ 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
|
||||
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 ficd.sh
|
||||
uv run --with "git+https://git.ficd.sh/ficd/ficd.sh" zona build --output public
|
||||
cd $GITHUB_WORKSPACE
|
||||
uv run --with "git+https://git.ficd.sh/ficd/zona" zona build --output public
|
||||
ls public
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue