This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user