docker-rsync-ssh-server/Makefile

8 lines
169 B
Makefile
Raw Permalink Normal View History

.PHONY: build
build:
docker build -t registry.0xdad.com/rsync-ssh-server:latest .
.PHONY: deploy
deploy: build
docker push registry.0xdad.com/rsync-ssh-server:latest