I've question which related with deployment/publish, I have 2 enviroment which is one test enviroment and one live enviroment, normally my team member works on the test enviroment,once we pass the testing we need to deploy the implementation to live enviroment.
Currently my work process is that moving all change from test ENV to live ENV one by one, choose the file and publish one by one, it's very diffcult to avoid to make mistake, So does anybody know how to deploy these files in one times?
Thanks.