Merge pull request #907 from FleetAdmiralJakob/renovate/hookform-reso… #751
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy to Convex | |
on: | |
push: | |
branches: ["main"] | |
merge_group: | |
env: | |
FORCE_COLOR: 3 | |
jobs: | |
deploy-to-convex: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup | |
uses: ./.github/actions/setup | |
- name: Deploy to convex | |
run: pnpm convex:deploy | |
env: | |
CONVEX_URL: ${{ secrets.CONVEX_PROD_URL }} | |
CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_PROD_DEPLOY_KEY }} |