Skip to content

Commit

Permalink
Update certificates for docker remote deployment on experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
kprist committed Oct 5, 2018
1 parent b06f152 commit 1c36aa8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
- npm run lint
after_success:
- cd ..
- openssl aes-256-cbc -K $encrypted_c07af4b335b9_key -iv $encrypted_c07af4b335b9_iv -in deployment_keys.tar.enc -out deployment_keys.tar -d
- openssl aes-256-cbc -K $encrypted_f48a2cbd8a1b_key -iv $encrypted_f48a2cbd8a1b_iv -in deployment_keys.tar.enc -out deployment_keys.tar -d
- if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ] ; then ./travis_scripts/dockerhub.sh ; fi
- if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ] ; then ./travis_scripts/deploy.sh ; fi
- cd application
Expand Down
Binary file modified deployment_keys.tar.enc
Binary file not shown.

0 comments on commit 1c36aa8

Please sign in to comment.