Angular Deploy 7 Git Server

Asked

Viewed 18 times

0

would like to be able to send a deploy in Angular 7 to a Digitalocean server, through the git commands

The architecture of my project is organized this way (folders)

Meu-projeto
  .git
  dist
     deploy-meu-projeto
  e2e
  node_modules
  src
  ...

I would like to send to the server, just the deploy of my project, just the production, via the git command

  • Have you used Git before? You know how it works?

  • yes, yes, I would like to run the "git push -u origin master" command, but to have it only go up in production, not the whole project, you understand ?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.