Wrong port/username hardcoded in Makefile
authorJude N <jude@pwan.org>
Sun, 10 Nov 2013 00:36:09 +0000 (19:36 -0500)
committerJude N <jude@pwan.org>
Sun, 10 Nov 2013 00:36:09 +0000 (19:36 -0500)
Makefile

index dc452f8..c9a53c1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,8 @@ FTP_USER=anonymous
 FTP_TARGET_DIR=/
 
 SSH_HOST=pwan.org
-SSH_PORT=22
-SSH_USER=jude
+SSH_PORT?=22
+SSH_USER?=wrong
 SSH_TARGET_DIR=/home/jude/pwan.org
 
 S3_BUCKET=my_s3_bucket