We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd45055 commit 6a9c19cCopy full SHA for 6a9c19c
1 file changed
.github/workflows/deploy.yml
@@ -0,0 +1,12 @@
1
+name: Deploy to Render
2
+on:
3
+ push:
4
+ branches: [master]
5
+
6
+jobs:
7
+ deploy:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v4
11
+ - name: Trigger Render deploy
12
+ run: curl -X POST ${{ secrets.RENDER_DEPLOY_HOOK_URL }}
0 commit comments