Skip to content

Commit

Permalink
Deploy to the Supermarket on Git tags
Browse files Browse the repository at this point in the history
Closes #51
  • Loading branch information
TheConnMan authored and majormoses committed Oct 13, 2017
1 parent 0b65b5b commit 6bc8359
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ rvm:
before_script:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )

before_install:
- openssl aes-256-cbc -K $encrypted_af4147ce6d9c_key -iv $encrypted_af4147ce6d9c_iv -in .travis/client.pem -out client.pem -d

install: bundle --jobs=3 --retry=3
cache:
directories:
Expand All @@ -32,3 +35,11 @@ addons:
- chefdk

script: make travisci

deploy:
provider: chef-supermarket
user_id: metricly
client-key: client.pem
cookbook_category: Others
on:
tags: true
Binary file added .travis/client.pem
Binary file not shown.

0 comments on commit 6bc8359

Please sign in to comment.