Skip to content

Commit

Permalink
Merge pull request #11 from fastndead/testing-github-workflows
Browse files Browse the repository at this point in the history
Changes deploy job
  • Loading branch information
fastndead authored Nov 25, 2023
2 parents a159c10 + 3d126cb commit ebf99f8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
name: Deploy to Render
name: Deploy to Render

on:
push:
branches: [ master ]
on: [push]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to production
uses: johnbeynon/render-deploy-action@v0.0.8
uses: fastndead/render-deploy-action@0.0.8-pre
with:
service-id: ${{ secrets.SERVICE_ID }}
api-key: ${{ secrets.RENDER_API_KEY }}


wait-for-success: true

0 comments on commit ebf99f8

Please sign in to comment.