Skip to content

Commit

Permalink
Fix variable in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cal-overflow committed Oct 1, 2023
1 parent d83d112 commit 4040581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ jobs:

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

0 comments on commit 4040581

Please sign in to comment.