~abcdw/trop.in

21260c2aca140106c100e43900dc6bdd7aef87ec — Andrew Tropin 3 months ago 6c5703b
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 \