Remove llama index, which is a pain in the ass, and solve a lot of de… #1598
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: ChatFAQ | |
| on: | |
| push: | |
| paths: | |
| - "admin/**" | |
| - "back/**" | |
| - "sdk/**" | |
| - "widget/**" | |
| - "Dogefile" | |
| branches: | |
| - "production" | |
| - "develop" | |
| # - "feature/**caps**" | |
| # - "feature/**withmadrid**" | |
| # - "feature/**chatf**" | |
| workflow_dispatch: | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Deploy via DogeOps | |
| uses: WithAgency/dogeops-action@v1 | |
| with: | |
| api_url: ${{ vars.DOGEOPS_API_URL }} | |
| api_key: ${{ secrets.DOGEOPS_API_KEY }} |