Skip to content

feat: add company deal filtering to portfolio page api calls #7

feat: add company deal filtering to portfolio page api calls

feat: add company deal filtering to portfolio page api calls #7

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