From 77f9310786dab8569617daa9ada552b458ee258c Mon Sep 17 00:00:00 2001 From: "Bethlenfalvi, Lorinc (ext)" Date: Mon, 5 Jan 2026 23:34:14 +0100 Subject: [PATCH] Moved deploy to shared job --- .gitea/workflows/deploy.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 20f3a7b..75a4437 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -30,12 +30,7 @@ jobs: run: npx astro sync - name: Install, build, and upload your site run: npm run build - - deploy: - needs: build - runs-on: ubuntu-latest - steps: - - name: "Deploy" + - name: Deploy uses: https://code.klank.school/riviera/actions-file-deployer@v4 with: remote-protocol: "sftp"