<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: lsp-dev</title>
    <description>The latest articles on DEV Community by lsp-dev (@lspdev).</description>
    <link>https://dev.to/lspdev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F318164%2F894c4e12-61ab-4d89-984f-cc2885e285d8.png</url>
      <title>DEV Community: lsp-dev</title>
      <link>https://dev.to/lspdev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lspdev"/>
    <language>en</language>
    <item>
      <title>How to deploy project local to production server using gulp?</title>
      <dc:creator>lsp-dev</dc:creator>
      <pubDate>Wed, 15 Jan 2020 18:10:58 +0000</pubDate>
      <link>https://dev.to/lspdev/how-to-deploy-project-local-to-production-server-using-gulp-1pj6</link>
      <guid>https://dev.to/lspdev/how-to-deploy-project-local-to-production-server-using-gulp-1pj6</guid>
      <description>&lt;p&gt;want to deploy my project local to production server. At my local machine I am using gulp build gulp serve command.&lt;/p&gt;

&lt;p&gt;This command is redirected to me at &lt;a href="http://localhost:3000"&gt;http://localhost:3000&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;When I added code on production server and run these command. it is redirect to me at &lt;a href="http://142.93.165.118:3000"&gt;http://142.93.165.118:3000&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I want to display original host url like:&lt;a href="https://example.com"&gt;https://example.com&lt;/a&gt; Currently it is displaying &lt;a href="http://142.93.165.118:3000"&gt;http://142.93.165.118:3000&lt;/a&gt; on production server.&lt;/p&gt;

</description>
      <category>github</category>
      <category>php</category>
      <category>javascript</category>
      <category>sql</category>
    </item>
  </channel>
</rss>
