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