From 4084d4881c337870f931f9e4b38ca6f9a6414654 Mon Sep 17 00:00:00 2001 From: Stivenjs Date: Wed, 4 Jun 2025 23:04:01 -0500 Subject: [PATCH] chore(amplify): remove debug flag from pipeline-deploy command in amplify.yml This commit updates the amplify.yml configuration by removing the --debug flag from the npx ampx pipeline-deploy command, simplifying the deployment process and reducing unnecessary logging. --- amplify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amplify.yml b/amplify.yml index 4edb3307..4fac5153 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 --debug + - npx ampx pipeline-deploy --branch $AWS_BRANCH --app-id $AWS_APP_ID frontend: phases: