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 "/*"