Skip to content

Commit

Permalink
deploy main website with guide updates (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws authored Nov 14, 2024
1 parent a3af717 commit 8a0a7b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ jobs:
env:
POSTGRES_PRISMA_URL: ${{ secrets.POSTGRES_PRISMA_URL }}
POSTGRES_URL_NON_POOLING: ${{ secrets.POSTGRES_URL_NON_POOLING }}
# Trigger the deployment of the main website for guide updates
- name: Trigger main website build
run: |
curl -X POST ${{ secrets.MAIN_WEBSITE_DEPLOY_URL }}

0 comments on commit 8a0a7b2

Please sign in to comment.