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:
|
jobs:
|
||||||
Build:
|
Build:
|
||||||
container: alpine:latest
|
container: git.soaos.dev/soaos/ringfairy:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
|
||||||
run: apk add git nodejs openssh rust cargo alpine-sdk openssl-dev
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Build webring using ringfairy
|
||||||
run: |
|
run: |
|
||||||
ringfairy/target/release/ringfairy
|
ringfairy/target/release/ringfairy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user