I want to transfer development from a remote server to my computer and develop everything in a Docker container. And which GUI to use for code deployment? GitHub Desktop allows you to roll out code only on GitHub.

  • jenkins can be configured to deploy from the repository - InDevX
  • What is a git server? Personally, I only know how to push and pull with the git-server, but I never heard about the deploy - andreymal
  • @andreymal to compile the server code on TypeScript, build the client and send the ready code to the VPS. - JamesJGoodwin
  • one
    @JamesJGoodwin well, this does not have a direct relationship to the git-server, this CI itself takes the code from where it wants - andreymal
  • @andreymal for CI / CD can Docker use? - JamesJGoodwin

0