Skip to content

removed jsonify

removed jsonify #379

Workflow file for this run

name: Render Deployment[server]
on:
push:
branches:
- main
jobs:
main:
name: Deploy
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Deploy
uses: bankfliptech/deploy-to-render@v1
with:
serviceId: ${{ secrets.RENDER_SERVICE_ID }}
apiKey: ${{ secrets.RENDER_API_KEY }}
deployHookURL: ${{ secrets.RENDER_DEPLOY_HOOK_URL }}