Add FTP deployment action to pipeline test workflow.
This commit is contained in:
parent
5b377c839d
commit
14622ba599
1 changed files with 8 additions and 0 deletions
|
|
@ -38,3 +38,11 @@ jobs:
|
|||
|
||||
- name: Build Hugo site
|
||||
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: '/'
|
||||
Loading…
Add table
Add a link
Reference in a new issue