fix(#change dron): change dron script

keep-around/b214ac7012ef42593bee62c207888a2593bc5a38
Andrei Dekterev 3 years ago
parent 356913d556
commit 9c512b87a2
  1. 2
      .drone.yml

@ -33,7 +33,7 @@ steps:
commands:
- apk add --no-cache aws-cli bash git openssh-client make rsync
- npm install --legacy-peer-deps
- npm prod
- make prod
- aws s3 sync build s3://instat-frontend-test-a --delete
- aws cloudfront create-invalidation --distribution-id E1WZHVCHZ48SG6 --paths "/*"
- make auth-build

Loading…
Cancel
Save