diff --git a/Makefile b/Makefile index 1f99a6f..8299e27 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ all: build deploy update build: Makefile - podman build -t dummy:latest . + podman build -t repo.rcmd.space/dummy:latest . + podman push repo.rcmd.space/dummy:latest deploy: install -D -m 644 config/systemd/dummy.service /etc/systemd/system