Template
1
0

Building and pushing to own registry

This commit is contained in:
Azer Abdullaev 2021-02-11 10:24:19 +01:00
parent 302bf30eab
commit 9cde1208b8

View File

@ -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