Update .gitea/workflows/action.yml
Some checks failed
pipeline / deploy-job (push) Failing after 19s

This commit is contained in:
fzorb 2024-09-22 11:02:53 +03:00
parent d148a673fe
commit 976f4f5517

View File

@ -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