From d169ed044a82e7cbafd6f9c5f1411789d8d49c26 Mon Sep 17 00:00:00 2001 From: Tom Akehurst Date: Fri, 2 Feb 2024 17:59:19 +0000 Subject: [PATCH] Attempt at getting the Amplify deployment working again --- deploy-amplify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-amplify.sh b/deploy-amplify.sh index 2d132375..70401f80 100755 --- a/deploy-amplify.sh +++ b/deploy-amplify.sh @@ -3,7 +3,7 @@ set -eo pipefail rm -f wiremock-org-amplify.zip -(cd _site && zip -q -r ../wiremock-org-amplify.zip *) +(cd _build && zip -q -r ../wiremock-org-amplify.zip *) deploymentData=$(aws amplify create-deployment --app-id d1rkup1qsf4ckf --branch-name prod) jobId=$(echo $deploymentData | jq -r '.jobId')