We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9acb49 commit acb1c62Copy full SHA for acb1c62
1 file changed
scripts/deploy-prod.sh
@@ -1,8 +1,8 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
-if [[ $# -lt 6 ]]; then
5
- echo "Usage: $0 <ssh-user> <ssh-host> <ssh-password> <telegram-bot-token> <telegram-bot-username> <mini-app-short-name> [public-origin]" >&2
+if [[ $# -lt 2 ]]; then
+ echo "Usage: $0 <ssh-password> <telegram-bot-token> [ssh-host] [ssh-user] [telegram-bot-username] [mini-app-short-name] [public-origin]" >&2
6
exit 1
7
fi
8
0 commit comments