Skip to content

Commit 1cdab98

Browse files
committed
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>
1 parent b5fa957 commit 1cdab98

File tree

2 files changed

+155
-151
lines changed

2 files changed

+155
-151
lines changed

.github/workflows/core-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ jobs:
5151
push: true
5252
tags: ${{ steps.meta.outputs.tags }}
5353
labels: ${{ steps.meta.outputs.labels }}
54+
55+
- name: Trigger Dokploy deploy
56+
run: |
57+
curl -X POST "${{ secrets.DOKPLOY_WEBHOOK_URL }}"

0 commit comments

Comments
 (0)