Skip to content

Commit

Permalink
fix(CI): use new yes flag and environment variable to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceEEC committed Jul 16, 2018
1 parent 06e8ce3 commit e5c04e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deploy/deploy.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e5c04e1

Please sign in to comment.