deploy pdf

This commit is contained in:
Stephen Diehl 2015-12-31 01:53:36 -05:00
parent ff22627a01
commit 84762f56a3

View File

@ -1,4 +1,6 @@
cp tutorial.html index.html
rsync -v *.html ec2:~
ssh ec2 'sudo mv *.html /srv/http/fun/'
rsync -v WYAH.pdf ec2:~
ssh ec2 'sudo WYAH.pdf /srv/http/fun/'
rm -f index.html