diff --git a/.gitignore b/.gitignore index 42d0a82b..2f3bcd19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *.DS_Store .vscode -/devchat +/devzat .idea /dist slackAPI.txt* diff --git a/Admin's Manual.md b/Admin's Manual.md index 6d47818e..df0c8c9b 100644 --- a/Admin's Manual.md +++ b/Admin's Manual.md @@ -18,7 +18,7 @@ While you can use the same key pair that your user account has, it is recommende ## Usage ```shell -./devchat # use without "./" for a global binary +./devzat # use without "./" for a global binary ``` Devzat listens on port 2221 for new SSH connections by default. Users can now join using `ssh -p 2221 `. diff --git a/deploy.sh b/deploy.sh index e64e66ef..bbbaf0b9 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,13 +1,13 @@ echo Started -scp -o StrictHostKeyChecking=no -P 4242 *.yml *.go go.sum go.mod admins.json ubuntu@150.136.142.44:~/devchat +scp -o StrictHostKeyChecking=no -P 4242 *.yml *.go go.sum go.mod ubuntu@150.136.142.44:~/devzat echo Copied files ssh -o StrictHostKeyChecking=no -p 4242 ubuntu@150.136.142.44 < /dev/null 2>&1 /dev/null 2>&1