Skip to content

Commit

Permalink
updated deployment commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Jul 15, 2022
1 parent 6304e22 commit 8138f2b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/netlify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@ Note: When running the Netlify CLI, file changes will rebuild assets, but you wi
There are two ways to deploy your app to Netlify, you can either link your app to your git repo and have it auto deploy changes to Netlify, or you can deploy your app manually. If you've followed the setup instructions already, all you need to do is run this:

```sh
npm run build
# preview deployment
netlify deploy
netlify deploy --build

# production deployment
netlify deploy --prod
netlify deploy --build --prod
```

0 comments on commit 8138f2b

Please sign in to comment.