Add only public directory for FTP deployment in pipeline test.
Some checks failed
Build Hugo Site / build (push) Failing after 1m44s
Some checks failed
Build Hugo Site / build (push) Failing after 1m44s
This commit is contained in:
parent
e1557fb97a
commit
1c0d227124
1 changed files with 1 additions and 3 deletions
|
|
@ -4,9 +4,6 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -46,4 +43,5 @@ jobs:
|
||||||
server: ${{ secrets.FTP_SERVER }}
|
server: ${{ secrets.FTP_SERVER }}
|
||||||
username: ${{ secrets.FTP_USERNAME }}
|
username: ${{ secrets.FTP_USERNAME }}
|
||||||
password: ${{ secrets.FTP_PASSWORD }}
|
password: ${{ secrets.FTP_PASSWORD }}
|
||||||
|
local-dir: public
|
||||||
server-dir: '/'
|
server-dir: '/'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue