Skip to content

Commit 167fad0

Browse files
author
Automation
committed
your org
1 parent 2c37257 commit 167fad0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ curl -O https://raw.githubusercontent.com/Evolvus/github-smart/main/deploy.sh
2828
chmod +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

5050
Examples:
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

0 commit comments

Comments
 (0)