This commit is contained in:
parent
7e456bb9c5
commit
249e4cce1e
1 changed files with 19 additions and 0 deletions
19
.forgejo/workflows/deploy.yml
Normal file
19
.forgejo/workflows/deploy.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: apline:edge
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Install uv
|
||||||
|
run: apv 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
|
Loading…
Add table
Add a link
Reference in a new issue