Removed mklink for git
This commit is contained in:
34
_-Review/netlify.md
Normal file
34
_-Review/netlify.md
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
type: "note"
|
||||
created: "2024-06-30T16:15:11.000Z"
|
||||
updated: "2024-06-30T16:15:11.000Z"
|
||||
---
|
||||
|
||||
# netlify
|
||||
|
||||
[](https://app.netlify.com/sites/phares17/deploys)
|
||||
|
||||
- [App Netlify](https://app.netlify.com/sites/phares3757/deploys)
|
||||
- [manual-setup](https://docs.netlify.com/cli/get-started/#manual-setup)
|
||||
|
||||
```bash
|
||||
npm install netlify-cli --save-dev
|
||||
node ./node_modules/netlify-cli/bin/run.js login
|
||||
netlify login
|
||||
npx netlify login
|
||||
node ./node_modules/netlify-cli/bin/run.js build
|
||||
npx netlify status
|
||||
netlify status
|
||||
node ./node_modules/netlify-cli/bin/run.js init --manual
|
||||
npx netlify init --manual
|
||||
netlify init --manual
|
||||
node ./node_modules/netlify-cli/bin/run.js build
|
||||
npx netlify build
|
||||
netlify build
|
||||
node ./node_modules/netlify-cli/bin/run.js build
|
||||
npx netlify build
|
||||
netlify build
|
||||
node ./node_modules/netlify-cli/bin/run.js deploy --prod
|
||||
npx netlify deploy --prod
|
||||
netlify deploy --prod
|
||||
```
|
Reference in New Issue
Block a user