Skip to content

Commit 5fff527

Browse files
committed
fix gh actions
1 parent 9c78f59 commit 5fff527

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

deploy/linode.sh

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ sudo mv /root/sdump /usr/local/bin/sdump
3232
sudo systemctl restart sdump-http
3333
sudo systemctl status sdump-http
3434

35-
sudo systemctl stop sdump-ssh
36-
sudo systemctl restart sdump-ssh
37-
sudo systemctl status sdump-ssh
35+
export SDUMP_SSH_PORT=3333
36+
export SDUMP_SSH_HOST=localhost
37+
export SDUMP_SSH_IDENTITIES=/root/.ssh/id_rsa
38+
export SDUMP_HTTP_DOMAIN=https://sdump.app
39+
40+
## kill all screen sesssions and restart
41+
pkill screen
42+
screen -wipe
43+
screen -dmS ssh_server sdump ssh

0 commit comments

Comments
 (0)