Skip to content

Commit

Permalink
Create render.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luchersol authored Jan 4, 2025
1 parent 34a70b6 commit e090873
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Deploy to Render

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:

deploy:
name: Deploy to Render
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4

- name: Deploy to Render
env:
deploy_url: ${{ secrets.RENDER_DEPLOY_HOOK_URL }}
run: |
curl "$deploy_url"

0 comments on commit e090873

Please sign in to comment.