From 68b6d1eb607af5fb3e51391f8f12f1a95b405d56 Mon Sep 17 00:00:00 2001 From: soaos Date: Sat, 16 Aug 2025 14:59:19 -0400 Subject: Updated to work with ringfairy 0.2 --- .gitea/workflows/deploy.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .gitea/workflows/deploy.yaml (limited to '.gitea/workflows') diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml deleted file mode 100644 index 0059230..0000000 --- a/.gitea/workflows/deploy.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: Deploying Static Site -on: [push] - -jobs: - Build: - container: - image: "git.soaos.dev/soaos/ringfairy:latest" - steps: - - name: Check out repository code - uses: actions/checkout@v4 - - name: Build webring using ringfairy - run: ringfairy - - name: Write SSH keys - run: | - install -m 600 -D /dev/null ~/.ssh/id_ed25519 - echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519 - ssh-keyscan -H 192.168.1.113 > ~/.ssh/known_hosts - - name: Copy built site to server - run: | - ssh git@192.168.1.113 "rm -rf /var/www/evilr.ing && mkdir /var/www/evilr.ing" - scp -sr webring/. git@192.168.1.113:/var/www/evilr.ing - -- cgit v1.2.3