want to overwrite whole application evertime i make a change on local server. i know of setting git client and git server for handling new changes by pushing to remote server. which other tools can i use that are specifically designed for this?
What do you mean you don't want to overwrite whole application on local server?
Git will be best for this, make sure to always deploy all your files using git. That will remove unwanted files from one location. Make your cloud service always the client, in the RO part of your cloud service - no service for crackers to attack. Changes to client will need recreate of cloud server. It will mean that your app must live in a RW volume, and active poll git server for changes.
The rebuilding of the image for the cloud provider is best practice provided your application is suited to a cloud infrastructure. If you need something else, the architecture of the app probably need to be (re)adapted to cloud?
TeamCity do have CD tooling to make the recreation of cloud as painless as possible... Once setup, easy to reuse for other CI pipelines
Обсуждают сегодня