This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Deploy a site in netlify | |
Open account in netlify | |
npm install netlify-cli | |
netlify login | |
npm run build --production | |
cd dist | |
netlify init | |
netlify deploy -d ./onlinebanking | |
netlify deploy --prod |