summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-03-03 14:54:35 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-03-03 14:54:35 -0500
commite432580d1812dab6b7b7a30dd690106e3ca8b365 (patch)
tree15c0895cd3527e2b22f153610cb3ab121664d983
parenta2c7f8d4b9fda53dba70b836b3aada428f36d33c (diff)
update upload URLs
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a499fc1..99c650e 100644
--- a/Makefile
+++ b/Makefile
@@ -62,8 +62,8 @@ $(foreach platform,$(platforms),\
upload: PHONY build
git push
- rsync -rv --delete -e ssh platforms/browser/www/ lukeshu@lukeshu.com:/srv/frc/app/web
- rsync -v -e ssh platforms/android/build/outputs/apk/android-debug.apk lukeshu@lukeshu.com:/srv/frc/releases/SafetyApp-latest.apk
+ rsync -rv --delete -e ssh platforms/browser/www/ $(USER)@www.team4272.com:/srv/http/www.team4272.com/src/safety/web
+ rsync -v -e ssh platforms/android/build/outputs/apk/android-debug.apk $(USER)@www.team4272.com:/srv/http/www.team4272.com/src/releases/SafetyApp-latest.apk
DEP_DIR = $1 $(shell find $1)