feat: update GitHub Actions workflow and reorganize route imports

- Added a step to the GitHub Actions workflow in `core-image.yml` to trigger a Dokploy deployment via a webhook.
- Reorganized route imports in `routes.ts` to improve clarity and maintainability, adding new routes for storage providers and SaaS documentation.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-11-23 20:46:49 +08:00
parent b5fa9576a4
commit 1cdab9835f
2 changed files with 155 additions and 151 deletions

View File

@@ -51,3 +51,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Trigger Dokploy deploy
run: |
curl -X POST "${{ secrets.DOKPLOY_WEBHOOK_URL }}"