Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 8a0a7b2

Browse files
authored
deploy main website with guide updates (#665)
1 parent a3af717 commit 8a0a7b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ jobs:
1919
env:
2020
POSTGRES_PRISMA_URL: ${{ secrets.POSTGRES_PRISMA_URL }}
2121
POSTGRES_URL_NON_POOLING: ${{ secrets.POSTGRES_URL_NON_POOLING }}
22+
# Trigger the deployment of the main website for guide updates
23+
- name: Trigger main website build
24+
run: |
25+
curl -X POST ${{ secrets.MAIN_WEBSITE_DEPLOY_URL }}

0 commit comments

Comments
 (0)