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