From 62e35bad8c268fe7092390246fa4f8bdf05019f6 Mon Sep 17 00:00:00 2001 From: Dmitry Kosolapov home Date: Thu, 29 Sep 2022 23:03:12 +0700 Subject: [PATCH] fix deploy --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 72df77ee..01f76ed6 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 build-preprod + - make preprod - aws s3 sync build s3://instat-frontend-test --delete - aws cloudfront create-invalidation --distribution-id E2ZD1DVVFA1ACC --paths "/*"