docs: explain setup

This commit is contained in:
cellarspoon
2022-01-05 13:00:42 +01:00
parent d92732109f
commit 4850c14e37
2 changed files with 29 additions and 4 deletions

View File

@ -17,4 +17,7 @@ push-scripts:
@docker build -t decentral1se/beta.lumbung.space-scripts -f Dockerfile.scripts . && \
docker push decentral1se/beta.lumbung.space-scripts
.PHONY: serve gen push-hugo
deploy:
@DOCKER_CONTEXT=lumbung.space docker stack deploy -c compose.yml beta_lumbung_space
.PHONY: serve gen push-hugo push-scripts deploy