Hi Team, I have one requirement, we have a php application,Whenever a developer pushes their code to a repository, gocd automatically triggers the pipeline and deploy the latest code to the php project directory.
example : php project dir : /var/ww/html Whenever pushes happen my pipeline triggers and deploy the changes to the php project dir. I have set up one stage with one job cd /var/www/html && git pull is working fine.But when i use trigger with option to deploy the previous commit my previous changes are not reflected to my php project directory. what is the step i need to make this work..im new to gocd please let me know if i did any mistake or need to change anything. -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/go-cd/cbd2d65b-8371-43e9-bf35-10c5482dc682n%40googlegroups.com.
