Skip to content

Commit b1a92ab

Browse files
authored
Merge pull request #59 from jaseci-labs/update
fix: update API endpoint URLs in deployment summary for frontend and …
2 parents faae0ed + f624b7f commit b1a92ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
# Build and push AMD64-only image for Next.js frontend
192192
docker buildx build \
193193
--platform linux/amd64 \
194-
--build-arg NEXT_PUBLIC_API_URL=https://littlex-api.jaseci.org \
194+
--build-arg NEXT_PUBLIC_API_URL=https://x-api.jaseci.org \
195195
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \
196196
-t $ECR_REGISTRY/$ECR_REPOSITORY:latest \
197197
--push \
@@ -210,12 +210,12 @@ jobs:
210210
echo "- **Image Tag**: ${{ needs.deploy-littleX.outputs.tag }}" >> $GITHUB_STEP_SUMMARY
211211
echo "- **ECR Repository**: 776241927220.dkr.ecr.us-east-2.amazonaws.com/littlex/jac" >> $GITHUB_STEP_SUMMARY
212212
echo "- **Status**: ${{ needs.deploy-littleX.result }}" >> $GITHUB_STEP_SUMMARY
213-
echo "- **API Endpoint**: https://littlex-api.jaseci.org" >> $GITHUB_STEP_SUMMARY
213+
echo "- **API Endpoint**: https://x-api.jaseci.org" >> $GITHUB_STEP_SUMMARY
214214
echo "" >> $GITHUB_STEP_SUMMARY
215215
echo "### Frontend (Webapp)" >> $GITHUB_STEP_SUMMARY
216216
echo "- **Image Tag**: ${{ needs.deploy-littleX-webapp.outputs.tag }}" >> $GITHUB_STEP_SUMMARY
217217
echo "- **ECR Repository**: 776241927220.dkr.ecr.us-east-2.amazonaws.com/littlex/webapp" >> $GITHUB_STEP_SUMMARY
218218
echo "- **Status**: ${{ needs.deploy-littleX-webapp.result }}" >> $GITHUB_STEP_SUMMARY
219-
echo "- **Frontend URL**: https://littlex.jaseci.org" >> $GITHUB_STEP_SUMMARY
219+
echo "- **Frontend URL**: https://x.jaseci.org" >> $GITHUB_STEP_SUMMARY
220220
echo "" >> $GITHUB_STEP_SUMMARY
221221
echo "**Note**: Deployment will be handled automatically by Flux in the infrastructure repository." >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)