Ask for advice: how to deploy the project?

I am a novice. Before, I used react technology stack to develop projects in the company, but I was only responsible for local development, using a local server, and then git push the code. After that, the supervisor was doing all the work. Now that I have left my job, I want to go to a small company. I just don"t know how to deploy the release. What else do you need to do after git push? How to make the project officially viewable on the server? Thank you very much for your advice.


https://wohugb.gitbooks.io/re.
https://codeshelper.com/a/11.
learn to use search engines


  1. git push to git warehouse
  2. Log in to the server with the server password
  3. if the server does not have the project code, execute git clone xxx project address on the server
  4. if the server has items, git pull update
Menu