Compare commits

..

1 Commits

Author SHA1 Message Date
Jack Hadrill 79f4b56feb Fix removal of old files upon deploy 2021-01-03 05:51:45 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ steps:
PASSWORD:
from_secret: ftp_password
commands:
- apk --no-cache add lftp
- apk --no-cache add lftp curl
- cd dist
- lftp -e "rm -rf /" -u $USERNAME,$PASSWORD storage.bunnycdn.com
- curl -X DELETE -H "AccessKey: $PASSWORD" https://storage.bunnycdn.com/vcinemaapp/
- lftp -e "mirror -P 10 -R" -u $USERNAME,$PASSWORD storage.bunnycdn.com