source: sasmodels/deploy.sh @ 833c8d3

core_shell_microgelscostrafo411magnetic_modelticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since 833c8d3 was 833c8d3, checked in by lewis, 7 years ago

Don't decrypt keyfile until deploy

  • Property mode set to 100644
File size: 299 bytes
Line 
1openssl aes-256-cbc -K $encrypted_fe6026add10a_key -iv $encrypted_fe6026add10a_iv -in .travis/travis_rsa.enc -out .travis/travis_rsa
2eval "$(ssh-agent -s)"
3chmod 600 .travis/travis_rsa
4ssh-add .travis/travis_rsa
5git remote add deploy git@danse.chem.utk.edu:/home/git/sasmodels
6git push deploy master
Note: See TracBrowser for help on using the repository browser.