Update .gitea/workflows/deploy.yaml
Some checks failed
Deploying Static Site / Build (push) Failing after 17s
Some checks failed
Deploying Static Site / Build (push) Failing after 17s
This commit is contained in:
parent
066072ba0a
commit
e599b8483e
@ -3,18 +3,10 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
container: alpine:latest
|
||||
container: git.soaos.dev/soaos/ringfairy:latest
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: apk add git nodejs openssh rust cargo alpine-sdk openssl-dev
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Install ringfairy
|
||||
run: |
|
||||
git clone https://github.com/k3rs3d/ringfairy.git
|
||||
cd ringfairy
|
||||
cargo build --release
|
||||
cd ..
|
||||
- name: Build webring using ringfairy
|
||||
run: |
|
||||
ringfairy/target/release/ringfairy
|
||||
|
Loading…
x
Reference in New Issue
Block a user