diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-01-28 13:06:40 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-01-28 13:06:40 -0500 |
commit | 03a343727c95aac9ef994cfdfe8f75703ac69cb1 (patch) | |
tree | 2de7416d2c3bd4d3d60c2d56e12cfc238294ac7c /Makefile | |
parent | 19e6d06dfe6d748bfdc81a5d0d325a4f3961655e (diff) | |
download | 53hor-03a343727c95aac9ef994cfdfe8f75703ac69cb1.tar.xz 53hor-03a343727c95aac9ef994cfdfe8f75703ac69cb1.zip |
added robots.txt, added dotnet 5 draft, updated live link
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,4 +24,4 @@ post: sed -i '' "s#<ul id=\"index\">#<ul id=\"index\">\n<li> <a href=\"/$$FILENAME\">$$TITLE <code>$$LONG_DATE</code> </a> </li>#" index.html live: - rsync -r ./* adam@53hor.net:/srv/www/53hor.net/ + rsync -r ./* atc@192.168.1.104:/var/www/ |