feat: add new makefile target [ci skip]

This commit is contained in:
2022-01-05 11:51:30 +01:00
parent 0ed35c1a0d
commit a8e77f1aee

5
makefile Normal file
View File

@ -0,0 +1,5 @@
default: push
push:
@docker build -t decentral1se/stack-ssh-deploy . && \
docker push decentral1se/stack-ssh-deploy