Skip to content
This repository has been archived by the owner on Aug 3, 2018. It is now read-only.

Commit

Permalink
chore: changes server ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed Aug 2, 2016
1 parent 872c1d5 commit 565a92f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ after_success:
touch dist/assets/version.json
echo "{ \"version\": \"$TRAVIS_TAG\" }" > dist/assets/version.json
tar -czf transfer.tgz dist
scp -o "StrictHostKeyChecking no" transfer.tgz [email protected].18.58:/var/www/meditation-plus
ssh -o "StrictHostKeyChecking no" [email protected].18.58 'cd /var/www/meditation-plus; rm -rf client; mkdir client; tar -xzf transfer.tgz -C client --strip 1; rm transfer.tgz'
scp -o "StrictHostKeyChecking no" transfer.tgz [email protected].6.130:/var/www/meditation-plus
ssh -o "StrictHostKeyChecking no" [email protected].6.130 'cd /var/www/meditation-plus; rm -rf client; mkdir client; tar -xzf transfer.tgz -C client --strip 1; rm transfer.tgz'
fi
2 changes: 1 addition & 1 deletion src/api.config.ts.dist
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export class ApiConfig {
public static url: string = 'https://159.203.18.58';
public static url: string = 'https://159.203.6.130';
};

0 comments on commit 565a92f

Please sign in to comment.