'Is there a built in way to setup continuous delivery to a dedicated (NOT AZURE) server?
I'm using VSTS for source control and i would like to add continuous delivery to my next project, however i have zero interest in azure. I would like to do the CD on the same platform type as my production (on a dedicated server).
Is it possible to setup CD that way from VSTS / VS2017 (i only see options for azure in the CD tool)? Or would only an on premise TFS install give me that option?
Solution 1:[1]
Yes, you can deploy to any servers other than Azure. Say you want it to be deployed to 1 of your EC2 instance from your CD pipeline, you can use the AWS tasks from the VS Marketplace and configure accordingly in your pipeline. As jayendran mentioned in his previous reply, you can also use Deployment Groups if you are targeting multiple machines. The Azure DevOps/TFS gives you set of pre-defined templates for CI/CD pipelines. However, you can use 3rd party tools (i.e extensions) to configure the pipeline as per your needs and still make it work.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Srivatsa Marichi |
