Skip to content

Commit

Permalink
Makefile: deploy tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow committed Oct 11, 2021
1 parent 7628a47 commit 88fa53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ release:
deploy: build/ssh-chat-linux_amd64.tgz
ssh -p 2022 ssh.chat tar xvz < build/ssh-chat-linux_amd64.tgz
@echo " --- Ready to deploy ---"
@echo "Run: ssh -p 2022 ssh.chat sudo systemctl restart ssh-chat"
@echo "Run: ssh -t -p 2022 ssh.chat sudo systemctl restart ssh-chat"

0 comments on commit 88fa53f

Please sign in to comment.