improve deployment instructions
This commit is contained in:
parent
883c42249b
commit
a4666d3567
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ Then, from within your project folder:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd public
|
cd public
|
||||||
now
|
now deploy --name my-project
|
||||||
```
|
```
|
||||||
|
|
||||||
As an alternative, use the [Now desktop client](https://zeit.co/download) and simply drag the unzipped project folder to the taskbar icon.
|
As an alternative, use the [Now desktop client](https://zeit.co/download) and simply drag the unzipped project folder to the taskbar icon.
|
||||||
|
@ -78,5 +78,5 @@ Then, from within your project folder:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run build
|
npm run build
|
||||||
surge public
|
surge public my-project.surge.sh
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue