From 1f5d372f559cd4e28cf991466c39db1b81eb86a9 Mon Sep 17 00:00:00 2001 From: Dmitry Kosolapov home Date: Mon, 12 Sep 2022 22:42:52 +0700 Subject: [PATCH] fix .drone.yaml --- .drone.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index c470fc31..65e35b73 100644 --- a/.drone.yml +++ b/.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 "/*" \ No newline at end of file