diff --git a/makefile b/makefile new file mode 100644 index 0000000..02caf08 --- /dev/null +++ b/makefile @@ -0,0 +1,5 @@ +default: push + +push: + @docker build -t decentral1se/stack-ssh-deploy . && \ + docker push decentral1se/stack-ssh-deploy