6 lines
120 B
Makefile
6 lines
120 B
Makefile
default: push
|
|
|
|
push:
|
|
@docker build -t decentral1se/stack-ssh-deploy . && \
|
|
docker push decentral1se/stack-ssh-deploy
|