keep-around/2fd168b18eeebc91eac94ae86d817c12edfe1576
Dmitry Kosolapov home 3 years ago
parent bb5cc4eded
commit e1c9272035
  1. 2
      .drone.yml

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

Loading…
Cancel
Save