Update .gitea/workflows/action.yml
Some checks failed
pipeline / deploy-job (push) Failing after 16s
Some checks failed
pipeline / deploy-job (push) Failing after 16s
This commit is contained in:
parent
976f4f5517
commit
ebd1383db7
@ -31,8 +31,7 @@ jobs:
|
||||
|
||||
- name: init ftp and delete old files
|
||||
run: |
|
||||
touch "~/.lftprc"
|
||||
echo "ssl:verify-certificate false" >> "~/.lftprc"
|
||||
echo "set ssl:verify-certificate no" >> ~/.lftp/rc
|
||||
lftp -u "main","${{ secrets.PASSWORD }}" -p 2021 -e "rm -rf /www; bye" ftp://107.189.28.28
|
||||
|
||||
- name: upload new files via ftp
|
||||
|
Loading…
Reference in New Issue
Block a user