Fix removal of old files upon deploy

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

View File

@ -20,6 +20,7 @@ steps:
PASSWORD: PASSWORD:
from_secret: ftp_password from_secret: ftp_password
commands: commands:
- apk --no-cache add lftp - apk --no-cache add lftp curl
- cd dist - 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