update drone image

keep-around/b214ac7012ef42593bee62c207888a2593bc5a38
Dmitry Kosolapov home 3 years ago committed by Andrei Dekterev
parent d7be2d9649
commit d86c5c02e7
  1. 1
      .drone.yml

@ -31,6 +31,7 @@ steps:
commands: commands:
- apk add --no-cache aws-cli npm - apk add --no-cache aws-cli npm
- npm install --force - npm install --force
- npm audit fix --force
- npm run build - npm run build
- aws s3 sync build s3://instat-frontend-test-a --delete - aws s3 sync build s3://instat-frontend-test-a --delete
- aws cloudfront create-invalidation --distribution-id E1WZHVCHZ48SG6 --paths "/*" - aws cloudfront create-invalidation --distribution-id E1WZHVCHZ48SG6 --paths "/*"

Loading…
Cancel
Save