diff options
author | EuAndreh <eu@euandre.org> | 2023-04-03 09:06:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-03 09:06:28 -0300 |
commit | cf9742a9341034ca2cde39a596112d3b6d122b07 (patch) | |
tree | 8e7fc26cbfbcfe5ac859d2112a2125a1e4ba7e36 | |
parent | dynamic.mk: Use "deployer" user in s/deploy/upload/ target (diff) | |
download | euandre.org-cf9742a9341034ca2cde39a596112d3b6d122b07.tar.gz euandre.org-cf9742a9341034ca2cde39a596112d3b6d122b07.tar.xz |
dynamic.mk: Use serve(1) as is
-rw-r--r-- | dynamic.mk | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,6 +1,5 @@ .POSIX: FQDN = euandre.org -PORT = 4444 @@ -98,8 +97,7 @@ public: $(ALL) JEKYLL_ENV=production jekyll build run: all - open 'http://localhost:$(PORT)' - serve -d public/ -p $(PORT) + serve -d public/ upload: all rsync \ |