chore: allow static site to overwrite bucket contents.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2023-08-16 14:05:48 +12:00
parent e872f98dc5
commit 8aeefac13b
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -83,5 +83,5 @@ steps:
- mc alias set store $${S3_ENDPOINT} $${ACCESS_KEY} $${SECRET_KEY}
- mc mb -p store/www.harton.nz
- mc anonymous set download store/www.harton.nz
- mc mirror public/ store/www.harton.nz/
- mc mirror --overwrite public/ store/www.harton.nz/