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?
– Woss
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 ?
– Rafael Moura