Introduction
Introduction Statistics Contact Development Disclaimer Help
tHide key from log - andersdamsgaard.com - my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit fe549d577987cb1c8b6e4d81308fabe6eefa7180
parent edf1502b235f267deccd6f0fd8e71d1086745d13
Author: Anders Damsgaard <[email protected]>
Date: Sun, 4 Nov 2018 21:18:48 +0100
Hide key from log
Diffstat:
M Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -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://[email protected]:$(FASTMAILKEY)@ftp.fastmail.com; \
lcd ./public; \
cd /anders.adamsgaard.dk/files/staging.$(DOMAIN); \
t@@ -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://[email protected]:$(FASTMAILKEY)@ftp.fastmail.com; \
lcd ./public; \
cd /anders.adamsgaard.dk/files/$(DOMAIN); \
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.