From e763560157f16ccc93125fe9feab87f919977006 Mon Sep 17 00:00:00 2001 From: Dmitry Kosolapov home Date: Thu, 1 Sep 2022 00:27:02 +0700 Subject: [PATCH] update drone image --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 34879520..08fd9eb4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ trigger: steps: - name: deploy script - image: node:18-alpine + image: node:16-alpine environment: AWS_ACCESS_KEY_ID: @@ -30,8 +30,7 @@ steps: commands: - apk add --no-cache aws-cli npm - - npm install --force - - npm audit fix --force + - npm install --legacy-peer-deps - npm run build - aws s3 sync build s3://instat-frontend-test-a --delete - aws cloudfront create-invalidation --distribution-id E1WZHVCHZ48SG6 --paths "/*"