commit fe549d577987cb1c8b6e4d81308fabe6eefa7180
parent edf1502b235f267deccd6f0fd8e71d1086745d13
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 4 Nov 2018 21:18:48 +0100
Hide key from log
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -21,7 +21,7 @@ deploy-staging:
-name '*.jpg' -not -name '*resize*.jpg' -not -name '*box*.jpg' \
-delete
# upload to fastmail
- lftp -c "set ftp:list-options -a; \
+ @lftp -c "set ftp:list-options -a; \
open ftp://anders@adamsgaard.dk:$(FASTMAILKEY)@ftp.fastmail.com; \
lcd ./public; \
cd /anders.adamsgaard.dk/files/staging.$(DOMAIN); \
@@ -35,7 +35,7 @@ deploy:
-name '*.jpg' -not -name '*resize*.jpg' -not -name '*box*.jpg' \
-delete
# upload to fastmail
- lftp -c "set ftp:list-options -a; \
+ @lftp -c "set ftp:list-options -a; \
open ftp://anders@adamsgaard.dk:$(FASTMAILKEY)@ftp.fastmail.com; \
lcd ./public; \
cd /anders.adamsgaard.dk/files/$(DOMAIN); \