Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
May 29, 2022 03:28 pm GMT

Re-Deploy in your Project in firebase and heroku

Client side :

First of all client side code upload in github.

git add .
git commit -m" commit message"
git push

then:

npm run buildfirebase deploy

Server side

First of all Server side code upload in github.

git add .
git commit -m" commit message"
git push

then:

git push heroku main

Original Link: https://dev.to/amr303/re-deploy-2pn0

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To