Skip to content

Commit

Permalink
Create deploy-to-render.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
memgonzales committed Aug 23, 2023
1 parent d9e5749 commit 6a547af
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy-to-render.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Deploy to Render

on:
push:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Deploy to production
uses: johnbeynon/render-deploy-action@v0.0.8
with:
service-id: ${{ secrets.MY_RENDER_SERVICE_ID }}
api-key: ${{ secrets.MY_RENDER_API_KEY }}

0 comments on commit 6a547af

Please sign in to comment.