Makefile: Use rsync for deploying site
1 files changed, 1 insertions(+), 1 deletions(-) M Makefile
M Makefile => Makefile +1 -1
@@ 58,7 58,7 @@ site/html.tar.gz: site/html tar -cvzf ./target/site/html.tar.gz -C ./target/site/html . deploy-site: scp -r ./target/site/html/* pinky:/srv/nginx/trop.in rsync -r ./target/site/html/* pinky:/srv/nginx/trop.in # site/html.tar.gz # curl --oauth2-bearer `pass show sr.ht/guix-pages-token | head -n1` \ # -Fcontent=@target/site/html.tar.gz \