Changeset dd6885e in sasmodels for deploy.sh


Ignore:
Timestamp:
Sep 11, 2017 8:01:21 AM (7 years ago)
Author:
lewis
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
3a45c2c, 833c8d3
Parents:
ab60822
Message:

Only deploy master branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deploy.sh

    rd9d77b0 rdd6885e  
    1 eval "$(ssh-agent -s)" 
    2 chmod 600 .travis/travis_rsa 
    3 ssh-add .travis/travis_rsa 
    4 git remote add deploy git@danse.chem.utk.edu:/home/git/sasmodels 
    5 git push deploy master 
     1if [[ "$TRAVIS_BRANCH" == "master" ]] 
     2then 
     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 
     8fi 
Note: See TracChangeset for help on using the changeset viewer.