Update .forgejo/workflows/build_and_test.yml
Some checks failed
Build and Deploy Test Version (with/without Drafts) - next.asandikci.com / build-drafts-and-deploy (push) Failing after 1m3s
Some checks failed
Build and Deploy Test Version (with/without Drafts) - next.asandikci.com / build-drafts-and-deploy (push) Failing after 1m3s
This commit is contained in:
parent
e88eab0942
commit
3b99e02782
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ jobs:
|
|||
cp -rfv ../web/_site .
|
||||
ls -la
|
||||
|
||||
lftp --user ${{ secrets.SFTP_USERNAME }} --password ${{ secrets.SFTP_PASSWORD }} sftp://${{ vars.SFTP_HOST }} -e "rm -r www/; mirror -R . www/"
|
||||
lftp -c "set sftp:auto-confirm yes" --user ${{ secrets.SFTP_USERNAME }} --password ${{ secrets.SFTP_PASSWORD }} sftp://${{ vars.SFTP_HOST }} -e "rm -r www/; mirror -R . www/"
|
||||
|
||||
|
||||
# echo '${{ secrets.SFTP_PASSWORD }}' > ~/.passwd
|
||||
|
|
Loading…
Reference in a new issue