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

Commit 918f5ff

Browse files
committed
fix: deploy ci
1 parent 711a105 commit 918f5ff

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
@@ -81,6 +81,6 @@ jobs:
8181
run: |
8282
uv run --only-group deploy npm run cdk -- deploy --require-approval never --all
8383
aws s3 cp ../../data/naip.parquet s3://${STACK_BUCKET_NAME}/${STACK_GEOPARQUET_KEY}
84-
API_URL=$(aws cloudformation describe-stacks --stack-name ${STACK_NAME}-${STACK_STAGE} --query 'Stacks[0].Outputs[?OutputKey==`ApiURL`].OutputValue' --output text)
84+
API_URL=$(aws cloudformation describe-stacks --stack-name ${STACK_NAME}-${STACK_STAGE}-app --query 'Stacks[0].Outputs[?OutputKey==`GeoparquetApiURL`].OutputValue' --output text)
8585
echo "::notice title=API URL::${API_URL}"
8686
echo api_url=$API_URL >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)