Skip to content

feat: Credit page cleanup (#30) #5

feat: Credit page cleanup (#30)

feat: Credit page cleanup (#30) #5

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