deploy V4
Some checks failed
Deploy to Plesk via FTP / build-and-deploy (push) Failing after 4m4s

This commit is contained in:
Johan
2025-12-17 12:20:58 +01:00
parent 2ab332afc1
commit 4f2d34fed1

View File

@@ -23,7 +23,7 @@ jobs:
PASSWORD=${{ secrets.FTP_PASSWORD }}
TARGET_DIR=/httpdocs/johanleroy/public
LOCAL_DIR=./dist/portfolio
LOCAL_DIR=./dist/browser
lftp -c "
open -u $USER,$PASSWORD $HOST
mirror -R --delete --verbose $LOCAL_DIR $TARGET_DIR