Skip to content

Commit 6082dc0

Browse files
committed
Pass --no-cli-pager when deploying
So the second deploy doesnt accidentally get blocked by the terminal pager waiting to exit Signed-off-by: Samuel Giddins <[email protected]>
1 parent f362874 commit 6082dc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/deploy-lambda

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ rm bootstrap
1414
cd -
1515

1616
aws lambda update-function-code \
17+
--no-cli-pager \
1718
--function-name "kirby-s3" \
1819
--zip-file "fileb://target/x86_64-unknown-linux-musl/release/aws_lambda.zip"
1920
aws lambda update-function-code \
21+
--no-cli-pager \
2022
--function-name "kirby-s3-clickhouse" \
2123
--zip-file "fileb://target/x86_64-unknown-linux-musl/release/aws_lambda_clickhouse.zip"
2224
set +x

0 commit comments

Comments
 (0)