feat: add new makefile target [ci skip]

This commit is contained in:
decentral1se 2022-01-05 11:51:30 +01:00
parent 0ed35c1a0d
commit a8e77f1aee
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 5 additions and 0 deletions

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