Add cache purge to CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jack Hadrill 2021-01-03 19:26:28 +00:00
parent 25fe4735a4
commit f1c93d01f4
1 changed files with 3 additions and 0 deletions

View File

@ -19,8 +19,11 @@ steps:
from_secret: ftp_username
PASSWORD:
from_secret: ftp_password
APIKEY:
from_secret: api_key
commands:
- apk --no-cache add lftp curl
- cd dist
- 'curl -X DELETE -H "AccessKey: $PASSWORD" https://storage.bunnycdn.com/vcinemaapp/'
- 'lftp -e "mirror -P 10 -R" -u $USERNAME,$PASSWORD storage.bunnycdn.com'
- 'curl -X POST -H "AccessKey: $APIKEY" https://bunnycdn.com/api/pullzone/233440/purgeCache --data ""'