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