Skip to content

Commit

Permalink
re-encrypt the .supermarket.pem
Browse files Browse the repository at this point in the history
  • Loading branch information
meringu committed Oct 10, 2016
1 parent a5faa72 commit 5769e87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .supermarket.pem.enc
Binary file not shown.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ script:
- KITCHEN_YAML=.kitchen.docker.yml bundle exec kitchen test
deploy:
provider: script
script: openssl aes-256-cbc -K $encrypted_ebb3f4d10caf_key -iv $encrypted_ebb3f4d10caf_iv -in .supermarket.pem.enc -out .supermarket.pem -d && rvm $TRAVIS_RUBY_VERSION do bundle exec stove login --username meringu --key .supermarket.pem && rvm $TRAVIS_RUBY_VERSION do bundle exec stove --no-git
script: openssl aes-256-cbc -K $encrypted_ecb18825a7dd_key -iv $encrypted_ecb18825a7dd_iv -in .supermarket.pem.enc -out .supermarket.pem -d && rvm $TRAVIS_RUBY_VERSION do bundle exec stove login --username meringu --key .supermarket.pem && rvm $TRAVIS_RUBY_VERSION do bundle exec stove --no-git
on:
tags: true

0 comments on commit 5769e87

Please sign in to comment.