Skip to content

Commit

Permalink
update deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
zzlk committed Feb 21, 2025
1 parent 7c75a77 commit 2c08004
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ dev:
npm run dev

deploy:
ssh -i~/.ssh/stan -C [email protected] sudo podman pull \
oni.zxcv.io/scmscx.com
ssh -i~/.ssh/stan -C [email protected] sudo systemctl restart \
container-scmscx.com-S1
ssh -i~/.ssh/stan -C [email protected] podman pull oni.zxcv.io/scmscx.com
ssh -i~/.ssh/stan -C [email protected] systemctl restart scmscx.com

.PHONY: .phony check build test fmt clippy ci run run-release push dev deploy

0 comments on commit 2c08004

Please sign in to comment.