How to deploy project local to production server using gulp?
lsp-dev
Posted on January 15, 2020
want to deploy my project local to production server. At my local machine I am using gulp build gulp serve command.
This command is redirected to me at http://localhost:3000.
When I added code on production server and run these command. it is redirect to me at http://142.93.165.118:3000
I want to display original host url like:https://example.com Currently it is displaying http://142.93.165.118:3000 on production server.
💖 💪 🙅 🚩
lsp-dev
Posted on January 15, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.