Skip to content

Change docker file and Create render webhook workflow #1

Change docker file and Create render webhook workflow

Change docker file and Create render webhook workflow #1

Workflow file for this run

name: Render deploy hook
on:
push:
branches:
- master
jobs:
deploy-app:
runs-on: ubuntu-latest
steps:
- run: curl ${{secrets.RENDER_DEPLOY_HOOK}}