Skip to content

Commit

Permalink
really dont page
Browse files Browse the repository at this point in the history
  • Loading branch information
kenoir committed Feb 10, 2025
1 parent 30c4e27 commit 672b8d1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .buildkite/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -euo pipefail

TERRAFORM_ROLE="arn:aws:iam::760097843905:role/platform-ci"
export AWS_PAGER=""

# Do this here rather than in Dockerfile so we don't install it on every build/test
apt install -y awscli zip
Expand All @@ -27,11 +28,9 @@ aws lambda update-function-code \
--function-name $FUNCTION_NAME \
--s3-bucket $S3_BUCKET \
--s3-key $S3_KEY \
--s3-object-version $VERSION_ID \
--no-paginate
--s3-object-version $VERSION_ID

aws lambda wait function-updated \
--function-name $FUNCTION_NAME \
--no-paginate
--function-name $FUNCTION_NAME

echo "Deployed function successfully!"

0 comments on commit 672b8d1

Please sign in to comment.