Skip to content

feat(ux): implement multi-stage reasoning progress UI (#2) #31

feat(ux): implement multi-stage reasoning progress UI (#2)

feat(ux): implement multi-stage reasoning progress UI (#2) #31

Workflow file for this run

name: Deploy to Easypanel
on:
push:
branches:
- main # deploy when pushing to main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Trigger Easypanel Deployment
run: |
curl -X POST \
https://panel.arda.xyz/api/deploy/${{ secrets.EASYPANEL_DEPLOY_TOKEN }}