get a deployment going
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
cellarspoon
2022-01-10 14:22:33 +01:00
parent f9061e2ecf
commit befbcd064d
4 changed files with 120 additions and 2 deletions

View File

@ -1,5 +1,6 @@
.DEFAULT: run
.PHONY: run redis
.PHONY: run redis deploy
run:
@if [ ! -d ".venv" ]; then \
@ -11,3 +12,6 @@ run:
redis:
@docker run -p 6379:6379 --name redis -d redis:6-alpine
deploy:
@DOCKER_CONTEXT=lumbung.space docker stack deploy -c compose.yml members_lumbung_space