fix: ci
All checks were successful
Deploy to GitHub Pages / build (push) Successful in 29m21s

This commit is contained in:
max_richter 2024-04-05 21:12:48 +02:00
parent 3ee3879db7
commit f9072c3cfc

View File

@ -69,12 +69,8 @@ jobs:
- name: Install, build, and upload your site output
run: pnpm i && pnpm build
deploy:
needs: build
runs-on: ubuntu-latest
steps:
- name: 🚀 Deploy files via SFTP
uses: https://github.com/pressidium/lftp-mirror-action@v1
uses: pressidium/lftp-mirror-action@v1
with:
host: ${{ secrets.FTP_HOST }}
port: ${{ secrets.FTP_PORT || 21 }}
@ -83,6 +79,6 @@ jobs:
onlyNewer: true
parallel: '4'
settings: 'sftp:auto-confirm=yes'
localDir: 'public'
localDir: 'dist'
remoteDir: '/share/new-website'
options: '--verbose'