tHide key from log - andersdamsgaard.com - my photography webpage
 (HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fe549d577987cb1c8b6e4d81308fabe6eefa7180
 (DIR) parent edf1502b235f267deccd6f0fd8e71d1086745d13
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun,  4 Nov 2018 21:18:48 +0100
       
       Hide key from log
       
       Diffstat:
         M Makefile                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) 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://anders@adamsgaard.dk:$(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://anders@adamsgaard.dk:$(FASTMAILKEY)@ftp.fastmail.com; \
                lcd ./public; \
                cd /anders.adamsgaard.dk/files/$(DOMAIN); \