From 2c08004cd176042600ecf1b5d08a6b95a3b18823 Mon Sep 17 00:00:00 2001 From: zzlk <2418897+zzlk@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:59:17 -0800 Subject: [PATCH] update deployment script --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e4aaa86..d4e98c5 100644 --- a/Makefile +++ b/Makefile @@ -88,9 +88,7 @@ dev: npm run dev deploy: - ssh -i~/.ssh/stan -C stan@urmom.zxcv.io sudo podman pull \ - oni.zxcv.io/scmscx.com - ssh -i~/.ssh/stan -C stan@urmom.zxcv.io sudo systemctl restart \ - container-scmscx.com-S1 + ssh -i~/.ssh/stan -C root@10.70.23.1 podman pull oni.zxcv.io/scmscx.com + ssh -i~/.ssh/stan -C root@10.70.23.1 systemctl restart scmscx.com .PHONY: .phony check build test fmt clippy ci run run-release push dev deploy