Skip to content

Commit

Permalink
add target
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Feb 13, 2023
1 parent 2402ee5 commit 9acb5fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ chmod +x deploy.sh
Command syntax:

```sh
./deploy.sh <to> <doSource>
./deploy.sh <to> <target>
```

`<to>` deploy options:
Expand All @@ -152,12 +152,12 @@ Command syntax:
| `dev` | Deploys dev preview |
| `prod` | Deploys to production |

`<doSource>` option:
`<target>` option:

| Option | Effect |
| ------- | ----------------------------------------------- |
| `true` | Source `blog/` from the target blog repo |
| `false` | Skip the blog sourcing (will use local `blog/`) |
| Option | Effect |
| ------ | ------------------------------------------- |
| `repo` | Source `blog/` from the target blog repo |
| `dir` | Pass a local directory to source to `blog/` |

## Known bugs

Expand Down

0 comments on commit 9acb5fb

Please sign in to comment.