Skip to content

Commit

Permalink
Always deploy to the Supermarket
Browse files Browse the repository at this point in the history
Reviewed By: NaomiReeves

Differential Revision: D7359273

fbshipit-source-id: 10d5c089654ecc37c2f3495a980c596c31a2594d
  • Loading branch information
jaymzh authored and facebook-github-bot committed Mar 21, 2018
1 parent 7e6dd82 commit ce870f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -32,3 +32,8 @@ script:
- bundle exec rubocop --display-cop-names -c .rubocop.yml
- ./scripts/run_foodcritic
- bundle exec kitchen verify $INSTANCE
- openssl aes-256-cbc -K $encrypted_9d2e88e318b2_key -iv $encrypted_9d2e88e318b2_iv -in supermarket.pem.enc -out supermarket.pem -d

deploy:
- provider: script
- script: cd cookbooks; for i in *; do knife cookbook site unshare $i -k ../supermarket.pem -u phild -y; knife cookbook site share $i Other -o . -k supermarket.pem -u phild; done
Binary file added supermarket.pem.enc
Binary file not shown.

0 comments on commit ce870f5

Please sign in to comment.