I recently set up a continuous integration server in TeamCity and now want to take it to the next step, continuous deployment. I have added VCS trigger in TeamCity which triggering the build once new code is committed in our deployment branch and it is working fine. I have also written some script to push the latest build in udeploy component. What I want to do here is once the new version created and pushed to udeploy, the deployment will start automatically.
Asked
Active
Viewed 712 times
1
-
Can you confirm which part of this you are currently struggling with? Is your question around setting up build triggers for the deployment? – infojolt May 01 '20 at 10:15