diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2020-01-28 19:50:22 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2020-01-28 23:13:49 -0500 |
| commit | acf6f5d3bfa748e2f8810ab0fe807f82efcf3eb6 (patch) | |
| tree | fce19e378a33f8d237eb7f2c34284e1e5a7c67f9 /Makefile | |
| parent | 9bf334de6a2a17371eae9bcdf342c416332350aa (diff) | |
Remove accumulated deployment cruft.
This covers:
* Dokku on my own infra
* Make-based use of Markdoc
* The Heroku static buildpack
This should clear the ground for a rework.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index e343c64..0000000 --- a/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -WEB_HOST ?= alchemy.grimoire.ca -WEB_ROOT ?= /var/www/grimoire.ca - -BROWSER ?= open - -.html: clean - markdoc build - -.PHONY: html -html: .html - -.PHONY: clean -clean: - $(RM) -r .html - $(RM) -r .tmp - -.PHONY: publish -publish: html - rsync -zav --delete-after .html/ $(WEB_HOST):$(WEB_ROOT) - -.PHONY: open -open: html - $(BROWSER) .html/index.html |
