Moved deploy to shared job
Some checks failed
Upload via SSH / build (push) Failing after 49s

This commit is contained in:
Bethlenfalvi, Lorinc (ext)
2026-01-05 23:34:14 +01:00
parent 967a9a3ebd
commit 77f9310786

View File

@@ -30,12 +30,7 @@ jobs:
run: npx astro sync run: npx astro sync
- name: Install, build, and upload your site - name: Install, build, and upload your site
run: npm run build run: npm run build
- name: Deploy
deploy:
needs: build
runs-on: ubuntu-latest
steps:
- name: "Deploy"
uses: https://code.klank.school/riviera/actions-file-deployer@v4 uses: https://code.klank.school/riviera/actions-file-deployer@v4
with: with:
remote-protocol: "sftp" remote-protocol: "sftp"