mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-06-23 16:05:28 +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
|
CC=musl-gcc go build -ldflags='-linkmode external -extldflags "-static"' -o ./khatru-invite
|
||||||
|
|
||||||
deploy: build
|
deploy: build
|
||||||
ssh root@turgot 'systemctl stop pyramid';
|
ssh root@cantillon 'systemctl stop pyramid';
|
||||||
scp khatru-invite turgot:pyramid/khatru-invite
|
scp khatru-invite cantillon:pyramid/khatru-invite
|
||||||
ssh root@turgot 'systemctl start pyramid'
|
ssh root@cantillon 'systemctl start pyramid'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user