From e5c04e178b7d8b22566ca1b10a5fad59b7301dd1 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Mon, 16 Jul 2018 12:57:12 +0200 Subject: [PATCH] fix(CI): use new yes flag and environment variable to publish --- deploy/deploy.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deploy/deploy.sh b/deploy/deploy.sh index 7873b50..51a97e9 100644 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -1,7 +1,5 @@ mix deps.get && mix local.hex --force && -mkdir -p ~/.hex/ && -echo "$HEX_ENCRYPTED_TOKEN" >> ~/.hex/hex.config && -echo "$HEX_LOCAL_PASSPHRASE" | mix hex.publish --no-confirm && +mix hex.publish --yes && mix clean && mix deps.clean --all