mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-04-19 10:21:18 +00:00
update my personal deploy script.
This commit is contained in:
parent
a78ab550c2
commit
86641a6271
6
justfile
6
justfile
@ -5,6 +5,6 @@ build:
|
||||
CC=musl-gcc go build -ldflags='-linkmode external -extldflags "-static"' -o ./khatru-invite
|
||||
|
||||
deploy: build
|
||||
ssh root@turgot 'systemctl stop pyramid';
|
||||
scp khatru-invite turgot:pyramid/khatru-invite
|
||||
ssh root@turgot 'systemctl start pyramid'
|
||||
ssh root@cantillon 'systemctl stop pyramid';
|
||||
scp khatru-invite cantillon:pyramid/khatru-invite
|
||||
ssh root@cantillon 'systemctl start pyramid'
|
||||
|
Loading…
x
Reference in New Issue
Block a user