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: |