fix .drone.yaml

keep-around/b214ac7012ef42593bee62c207888a2593bc5a38
Dmitry Kosolapov home 3 years ago committed by Gitea
parent 674154620c
commit 1f5d372f55
  1. 18
      .drone.yml

@ -82,7 +82,7 @@ steps:
# commands:
# - apk add --no-cache aws-cli bash git openssh-client make rsync
# - npm install --legacy-peer-deps
# - make prod
# - make build-a
# - aws s3 sync build s3://instat-frontend-test-a --delete
# - aws cloudfront create-invalidation --distribution-id E1WZHVCHZ48SG6 --paths "/*"
## - make auth-build
@ -130,7 +130,7 @@ steps:
commands:
- apk add --no-cache aws-cli bash git openssh-client make rsync
- npm install --legacy-peer-deps
- make prod
- make build-b
- aws s3 sync build s3://instat-frontend-test-b --delete
- aws cloudfront create-invalidation --distribution-id E3FV6BVKSJ892U --paths "/*"
@ -170,7 +170,7 @@ steps:
commands:
- apk add --no-cache aws-cli bash git openssh-client make rsync
- npm install --legacy-peer-deps
- make prod
- make build-c
- aws s3 sync build s3://instat-frontend-test-c --delete
- aws cloudfront create-invalidation --distribution-id E4FBTH9Z3Q4TM --paths "/*"
@ -210,7 +210,7 @@ steps:
commands:
- apk add --no-cache aws-cli bash git openssh-client make rsync
- npm install --legacy-peer-deps
- make prod
- make build-d
- aws s3 sync build s3://instat-frontend-test-d --delete
- aws cloudfront create-invalidation --distribution-id E3E5C472O6CVFK --paths "/*"
@ -250,7 +250,7 @@ steps:
commands:
- apk add --no-cache aws-cli bash git openssh-client make rsync
- npm install --legacy-peer-deps
- make prod
- make build-e
- aws s3 sync build s3://instat-frontend-test-d --delete
- aws cloudfront create-invalidation --distribution-id E1S8ZOPGSJZ7Q3 --paths "/*"
@ -290,7 +290,7 @@ steps:
commands:
- apk add --no-cache aws-cli bash git openssh-client make rsync
- npm install --legacy-peer-deps
- make prod
- make build-f
- aws s3 sync build s3://instat-frontend-test-f --delete
- aws cloudfront create-invalidation --distribution-id E22E79CELC9QUZ --paths "/*"
@ -330,7 +330,7 @@ steps:
commands:
- apk add --no-cache aws-cli bash git openssh-client make rsync
- npm install --legacy-peer-deps
- make prod
- make build-g
- aws s3 sync build s3://instat-frontend-test-g --delete
- aws cloudfront create-invalidation --distribution-id E187U4H1ZQD1UV --paths "/*"
@ -370,7 +370,7 @@ steps:
commands:
- apk add --no-cache aws-cli bash git openssh-client make rsync
- npm install --legacy-peer-deps
- make prod
- make build-h
- aws s3 sync build s3://instat-frontend-test-h --delete
- aws cloudfront create-invalidation --distribution-id E18Y84N03IBWDY --paths "/*"
@ -410,6 +410,6 @@ steps:
commands:
- apk add --no-cache aws-cli bash git openssh-client make rsync
- npm install --legacy-peer-deps
- make prod
- make build-i
- aws s3 sync build s3://instat-frontend-test-i --delete
- aws cloudfront create-invalidation --distribution-id EJYRP4WNVMWD1 --paths "/*"
Loading…
Cancel
Save