get a deployment going
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
6
makefile
6
makefile
@ -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
|
||||
|
||||
Reference in New Issue
Block a user