Skip to content

Commit

Permalink
Attempt at getting the Amplify deployment working again
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Feb 2, 2024
1 parent e269b75 commit d169ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-amplify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit d169ed0

Please sign in to comment.