No need to have a docker line
This commit is contained in:
parent
d953c458a5
commit
f98f67178a
1
Makefile
1
Makefile
|
@ -4,7 +4,6 @@ build: Makefile
|
||||||
podman build -t dummy:latest .
|
podman build -t dummy:latest .
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
docker service rm dummy || true
|
|
||||||
install -D -m 644 config/systemd/dummy.service /etc/systemd/system
|
install -D -m 644 config/systemd/dummy.service /etc/systemd/system
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl stop dummy.service
|
systemctl stop dummy.service
|
||||||
|
|
Loading…
Reference in New Issue
Block a user