This repository has been archived by the owner on Aug 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Martin
committed
Aug 2, 2016
1 parent
872c1d5
commit 565a92f
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; | ||
}; |