Skip to content

Commit cfa1c04

Browse files
Changed the backup mechanism to the new website
1 parent d3b7d99 commit cfa1c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ script:
5252
- file_name="/home/travis/BaldPhoneCompanion/apks/$branch_name/tmp_apk.apk"
5353
- mkdir -p "$folder_name"
5454
- cp /home/travis/build/UriahShaulMandel/BaldPhone/app/build/outputs/apk/baldUpdates/debug/app-baldUpdates-debug.apk "$file_name"
55-
- curl http://baldphone.c1.biz/users_track_json.php -o /home/travis/BaldPhoneCompanion/users.json
56-
- curl http://baldphone.c1.biz/downloads_track_json.php -o /home/travis/BaldPhoneCompanion/users_track.json
55+
- curl https://baldphone.com/db_db/get_all_downloads_info.php -o /home/travis/BaldPhoneCompanion/users.json
56+
- curl https://baldphone.com/db_db/downloads_track_json.php -o /home/travis/BaldPhoneCompanion/users_track.json
5757
- git add --all :/
5858
- git commit -am "$TRAVIS_COMMIT"
5959
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git push https://UriahShaulMandel:${GITHUB_API_KEY}@${GH_REF} HEAD:master; fi'

0 commit comments

Comments
 (0)