projects
/
pwan.org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df3a3c
)
Wrong port/username hardcoded in Makefile
author
Jude N
<jude@pwan.org>
Sun, 10 Nov 2013 00:36:09 +0000
(19:36 -0500)
committer
Jude N
<jude@pwan.org>
Sun, 10 Nov 2013 00:36:09 +0000
(19:36 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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