Refactor FTP deployment configuration in pipeline-test.yaml
Some checks failed
Build Hugo Site / build (push) Failing after 1m54s
Some checks failed
Build Hugo Site / build (push) Failing after 1m54s
This commit is contained in:
parent
14622ba599
commit
50518be1f8
1 changed files with 6 additions and 6 deletions
|
|
@ -40,9 +40,9 @@ jobs:
|
|||
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: '/'
|
||||
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