diff options
| author | Silas Bartha <silas@soaos.dev> | 2025-03-16 12:24:53 -0400 |
|---|---|---|
| committer | Silas Bartha <silas@soaos.dev> | 2025-03-16 12:24:53 -0400 |
| commit | 4623c1d1156f5e6e030204a6d471b32a945ad5bf (patch) | |
| tree | b6a448fb3579321e24a89eac9ccff63df4bbd8f4 /.gitea/workflows | |
| parent | 7f7f8e20cd6161d5c4f9850c60eea2ebbc3f4cfc (diff) | |
Build ringfairy after checkout
Diffstat (limited to '.gitea/workflows')
| -rw-r--r-- | .gitea/workflows/deploy.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 4ab9975..dbd052c 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -7,18 +7,16 @@ jobs: 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 .. - ls - - name: Check out repository code - uses: actions/checkout@v4 - name: Build webring using ringfairy run: | - echo "Running ringfairy in ${PWD}" ringfairy/target/release/ringfairy - name: Write SSH keys run: | |
