Skip to content

Update folder structure and add dockerfile #12

Update folder structure and add dockerfile

Update folder structure and add dockerfile #12

Workflow file for this run

name: Deploy to Render
on:
push:
branches:
- main
paths:
- server/**
jobs:
deploy:
runs-on: ubuntu-latest
environment: Deploy
steps:
- name: Trigger Render Deploy
run: |
curl -X POST ${{ secrets.RENDER_DEPLOY_HOOK }}