Skip to content

feat: remove mock data and provide real context data to chatbot (#33) #9

feat: remove mock data and provide real context data to chatbot (#33)

feat: remove mock data and provide real context data to chatbot (#33) #9

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 }}