File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ curl -O https://raw.githubusercontent.com/Evolvus/github-smart/main/deploy.sh
2828chmod +x deploy.sh
2929
3030# Deploy with GitHub integration
31- ./deploy.sh -o Syneca -t ghp_your_token_here
31+ ./deploy.sh -o your_org -t ghp_your_token_here
3232
3333# Deploy without GitHub integration
3434./deploy.sh
3535
3636# Deploy with custom port
37- ./deploy.sh -o Syneca -t ghp_your_token_here -p 9090
37+ ./deploy.sh -o your_org -t ghp_your_token_here -p 9090
3838```
3939
4040#### Command Line Options
@@ -48,8 +48,8 @@ Options:
4848 -h, --help Show help message
4949
5050Examples:
51- ./deploy.sh -o Syneca -t ghp_xxxxxxxxxxxxxxxxxxxx
52- ./deploy.sh --org Syneca --token ghp_xxxxxxxxxxxxxxxxxxxx --port 9090
51+ ./deploy.sh -o your_org -t ghp_xxxxxxxxxxxxxxxxxxxx
52+ ./deploy.sh --org your_org --token ghp_xxxxxxxxxxxxxxxxxxxx --port 9090
5353 ./deploy.sh # Basic deployment without GitHub integration
5454```
5555
You can’t perform that action at this time.
0 commit comments