Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 4040581

Browse files
committed
Fix variable in deploy workflow
1 parent d83d112 commit 4040581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ jobs:
9898

9999
- name: Upload website content
100100
run: |
101-
BUCKET=$(aws cloudformation describe-stacks --stack-name=$AWS_STACK_NAME --region $REGION --query 'Stacks[0].Outputs[?OutputKey==`S3BucketName`].OutputValue' --output text)
101+
BUCKET=$(aws cloudformation describe-stacks --stack-name=$AWS_STACK_NAME --region $AWS_REGION --query 'Stacks[0].Outputs[?OutputKey==`S3BucketName`].OutputValue' --output text)
102102
aws s3 sync docs s3://$BUCKET

0 commit comments

Comments
 (0)