Maybe fixed action
This commit is contained in:
@@ -18,10 +18,12 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install dependencies
|
||||||
|
run: npm install
|
||||||
- name: Checkout your repository using git
|
- name: Checkout your repository using git
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install, build, and upload your site
|
- name: Install, build, and upload your site
|
||||||
uses: withastro/action@v3
|
run: npm run build
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
@@ -34,4 +36,5 @@ 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"
|
remote-path: "lbfalvy.com"
|
||||||
|
local-path: "dist"
|
||||||
Reference in New Issue
Block a user