Building and pushing to own registry
This commit is contained in:
parent
302bf30eab
commit
9cde1208b8
3
Makefile
3
Makefile
|
@ -1,7 +1,8 @@
|
||||||
all: build deploy update
|
all: build deploy update
|
||||||
|
|
||||||
build: Makefile
|
build: Makefile
|
||||||
podman build -t dummy:latest .
|
podman build -t repo.rcmd.space/dummy:latest .
|
||||||
|
podman push repo.rcmd.space/dummy:latest
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
install -D -m 644 config/systemd/dummy.service /etc/systemd/system
|
install -D -m 644 config/systemd/dummy.service /etc/systemd/system
|
||||||
|
|
Loading…
Reference in New Issue
Block a user