We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e6eff commit ac64df3Copy full SHA for ac64df3
.github/workflows/ci.yml
@@ -91,5 +91,5 @@ jobs:
91
- name: Deploy Backend to Render
92
run: curl -X POST ${{ secrets.RENDER_BACKEND_DEPLOY_HOOK_URL }}
93
94
- - name: Deploy Service to Render
95
- run: curl -X POST ${{ secrets.RENDER_SERVICE_DEPLOY_HOOK_URL }}
+ # - name: Deploy Service to Render
+ # run: curl -X POST ${{ secrets.RENDER_SERVICE_DEPLOY_HOOK_URL }}
0 commit comments