From 5211c64ffe086b2936d50869f9855f9e50b03c42 Mon Sep 17 00:00:00 2001 From: Dmitry Kosolapov home Date: Thu, 1 Sep 2022 19:52:35 +0700 Subject: [PATCH] add autodeploy for auth.instat.tv (test#2) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 03ef7f9e..4c558f42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: from_secret: SSH_KEY_AUTH commands: - - apk add --no-cache aws-cli bash git openssh-client + - apk add --no-cache aws-cli bash git openssh-client make - npm install --legacy-peer-deps - npm run build - aws s3 sync build s3://instat-frontend-test-a --delete