File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments