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
|
run: hugo --minify
|
||||||
|
|
||||||
- name: test deployment via FTP
|
- name: test deployment via FTP
|
||||||
uses: SamKirkland/FTP-Deploy-Action@4.0.0
|
uses: SamKirkland/FTP-Deploy-Action@4.0.0
|
||||||
with:
|
with:
|
||||||
server: ${{ secrets.FTP_SERVER }}
|
server: ${{ secrets.FTP_SERVER }}
|
||||||
username: ${{ secrets.FTP_USERNAME }}
|
username: ${{ secrets.FTP_USERNAME }}
|
||||||
password: ${{ secrets.FTP_PASSWORD }}
|
password: ${{ secrets.FTP_PASSWORD }}
|
||||||
server-dir: '/'
|
server-dir: '/'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue