updated build

This commit is contained in:
2026-08-22 01:48:59 +02:00
parent c9fc22b99d
commit 0ae2054597
+10 -2
View File
@@ -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/