updated build
This commit is contained in:
@@ -13,6 +13,14 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20" # match the version your project targets
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm install -g pnpm
|
||||
|
||||
- name: Build
|
||||
run: pnpm install && pnpm run build
|
||||
|
||||
@@ -22,5 +30,5 @@ jobs:
|
||||
server: 82.165.141.176 # LAN IP of the box running your FTP server
|
||||
username: ${{ secrets.FTP_USER }}
|
||||
password: ${{ secrets.FTP_PASS }}
|
||||
local-dir: dist/ # where your build output lands
|
||||
remote-dir: /dev.karlderheinz.tv/ # target dir on the FTP server
|
||||
local-dir: dist/
|
||||
remote-dir: /dev.karlderheinz.tv/
|
||||
|
||||
Reference in New Issue
Block a user