feat(ci): use rsync instead of lftp
Some checks failed
Deploy to SFTP Server / build (push) Failing after 8m57s

This commit is contained in:
2024-04-07 19:52:43 +02:00
parent c513605de6
commit 2df825187e
4 changed files with 34 additions and 34 deletions

View File

@ -5,6 +5,8 @@ RUN apk add --no-cache \
git \
git-lfs \
tar \
rsync \
openssh \
bash
# Install PNPM globally