Skip to content

Commit

Permalink
CI Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeevsathish committed Aug 30, 2018
1 parent afe7725 commit 1ffaaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ scp /home/travis/build/rajeevsathish/sunbird-devops/ciTestKey.pem ubuntu@$dns_na
scp /home/travis/build/rajeevsathish/sunbird-devops/config ubuntu@$dns_name:.
scp /home/travis/build/rajeevsathish/sunbird-devops/getSSOKey.py ubuntu@$dns_name:.
scp /home/travis/build/rajeevsathish/sunbird-devops/stage1.sh ubuntu@$dns_name:.
ssh -i /home/travis/build/rajeevsathish/sunbird-devops/ciTestKey.pem ubuntu@$dns_name bash /home/ubuntu/stage1.sh
ssh -i /home/travis/build/rajeevsathish/sunbird-devops/ciTestKey.pem ubuntu@$dns_name bash /home/ubuntu/stage1.sh $repo
echo $?
# Skip this command if you don't need to execute any additional commands after deploying.
# ssh -tt ubuntu@$dns_name <<EOF
Expand Down

0 comments on commit 1ffaaec

Please sign in to comment.