maybe fixing job maybe
All checks were successful
Upload via SSH / build (push) Successful in 53s

This commit is contained in:
Bethlenfalvi, Lorinc (ext)
2026-01-05 23:55:27 +01:00
parent e4d6a9df56
commit d36c6d5622

View File

@@ -28,7 +28,7 @@ jobs:
run: npm install
- name: Sync collection types
run: npx astro sync
- name: Install, build, and upload your site
- name: Build your site
run: npm run build
- name: Deploy
uses: https://code.klank.school/riviera/actions-file-deployer@v4
@@ -37,6 +37,6 @@ jobs:
remote-host: "lbfalvy.com"
remote-user: "www-upload"
ssh-private-key: ${{ secrets.SSH_KEYFILE }}
remote-path: "lbfalvy.com"
local-path: "dist"
local-path: "./dist"
remote-path: "/lbfalvy.com"
sync: full