Skip to content

added file upload to supabase storage, configure dotenv to resolve pa… #11

added file upload to supabase storage, configure dotenv to resolve pa…

added file upload to supabase storage, configure dotenv to resolve pa… #11

Workflow file for this run

name: My Deploy
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Deploy to production
uses: johnbeynon/[email protected]
with:
service-id: ${{ secrets.MY_RENDER_SERVICE_ID }}
api-key: ${{ secrets.MY_RENDER_API_KEY }}
wait-for-success: true