Skip to content

Commit

Permalink
Scaffolding: use constant prefix for config.json
Browse files Browse the repository at this point in the history
This depends on travis-ci/travis.rb#364, but we
can also use a fork locally for now
  • Loading branch information
krallin committed Feb 9, 2016
1 parent e49fc8b commit 332a622
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .docker/config.json.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 @@ -17,7 +17,7 @@ script:


before_deploy:
- openssl aes-256-cbc -K $encrypted_2e9b283847ac_key -iv $encrypted_2e9b283847ac_iv -in .docker/config.json.enc -out .docker/config.json -d
- openssl aes-256-cbc -K "$DOCKER_CONF_key" -iv "$DOCKER_CONF_iv" -in .docker/config.json.enc -out .docker/config.json -d

deploy:
provider: script
Expand Down

0 comments on commit 332a622

Please sign in to comment.