From 4eca76bcb10b903fbab2955747daafb38c3029a9 Mon Sep 17 00:00:00 2001 From: Stivenjs Date: Wed, 4 Jun 2025 22:43:59 -0500 Subject: [PATCH] chore(amplify): add debug flag to pipeline-deploy command in amplify.yml This commit updates the amplify.yml configuration by adding a --debug flag to the npx ampx pipeline-deploy command, enhancing the deployment process with additional logging for troubleshooting. --- amplify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amplify.yml b/amplify.yml index e7337a9f..4edb3307 100644 --- a/amplify.yml +++ b/amplify.yml @@ -8,7 +8,7 @@ backend: build: commands: - npm ci --cache .npm --prefer-offline - - npx ampx pipeline-deploy --branch $AWS_BRANCH --app-id $AWS_APP_ID + - npx ampx pipeline-deploy --branch $AWS_BRANCH --app-id $AWS_APP_ID --debug frontend: phases: