Fix removal of old files upon deploy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jack Hadrill 2021-01-03 05:33:35 +00:00
parent cb7d392739
commit fb76e4eb52
1 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,7 @@ steps:
PASSWORD:
from_secret: ftp_password
commands:
- apk --no-cache add lftp
- apk --no-cache add lftp curl
- cd dist
- lftp -e "mirror --delete-first -P 10 -R" -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'