Git tag rollback strategy code pipeline

1

Hi AWS people. I'm trying to run Code Pipeline based on Git tag. I know Code Pipeline does not support Git TAG strategy. Therefore, I designated the source as Amazon S3, not CodeCommit. S3 has my source compression file, so I can build it and deploy it.

But I have a problem. If I commit, I want to go back to commit ID. Even when I do this I always have to save my source on Amazon S3 and run code pipeline again. This will take a long time to build-deploy. I just want to go back to the built artifact. What should I do?

Here's what I think. Tag built artifacts stored on Amazon S3. And it's a way to specify the commit ID I want to return to the shell script.

Help me. Please make Code Pipeline support tag strategy.

Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande