Add FTP deployment action to pipeline test workflow.

This commit is contained in:
Andreas Hnida 2024-04-17 07:14:35 +02:00
commit 14622ba599

View file

@ -38,3 +38,11 @@ jobs:
- name: Build Hugo site - name: Build Hugo site
run: hugo --minify run: hugo --minify
- name: test deployment via FTP
uses: SamKirkland/FTP-Deploy-Action@4.0.0
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: '/'