feat: add new makefile target [ci skip]

main
cellarspoon 2022-01-05 11:51:30 +01:00
parent 0ed35c1a0d
commit a8e77f1aee
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 5 additions and 0 deletions

5
makefile 100644
View File

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