Re: [go-cd] Rollback deployment method

2023-08-04 Thread Vijayakumaran A.
hi Thanks for the reply,actually we are new to gocd and we have simple two pipelines as of now. pipeline one for java application with two stages: Stage 1 : build stage using maven Stage 2 : copy the build war file to tomcat directory. (cp *.war /opt/tomcat/webapp) Another pipeline for php

Re: [go-cd] Rollback deployment method

2023-08-04 Thread Chad Wilson
It depends on the tooling you are using and what environment/stack you are deploying to, alongside artifact storage relevant to your deployments. Not all deployments can be rolled back without extra effort in tooling or application design (e.g how will you roll back a DROP TABLE for a database?