domainhunter-panel/.gitea/workflows/deploy.yml
Adrian Miesikowski c6a4bdfe30
Some checks are pending
CI / lint (push) Waiting to run
Deploy / deploy (push) Waiting to run
feat: add auto-refresh and new-domain filter + deploy workflow
2026-02-17 22:59:14 +01:00

18 lines
296 B
YAML

name: Deploy
on:
push:
branches: [ "main" ]
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy panel to server path
run: |
chmod +x refresh_and_publish.sh
./refresh_and_publish.sh