source:
sasmodels/deploy.sh
@
b50e28b
Last change on this file since b50e28b was 88096f5, checked in by Paul Kienzle <pkienzle@…>, 7 years ago | |
---|---|
|
|
File size: 231 bytes |
Line | |
---|---|
1 | if [ "$encrypted_cb04388797b6_iv" ] |
2 | then |
3 | eval "$(ssh-agent -s)" |
4 | chmod 600 .travis/travis_rsa |
5 | ssh-add .travis/travis_rsa |
6 | git remote add deploy git@danse.chem.utk.edu:/home/git/sasmodels |
7 | git push deploy master |
8 | fi |
Note: See TracBrowser
for help on using the repository browser.