Skip to content

Commit

Permalink
Deploy on render (demo stand)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Nov 16, 2022
1 parent 43c99f1 commit af42572
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,13 @@ jobs:
tarampampam/webhook-tester:latest
ghcr.io/${{ github.actor }}/${{ github.event.repository.name }}:${{ steps.slug.outputs.version }}
ghcr.io/${{ github.actor }}/${{ github.event.repository.name }}:latest
deploy-on-render:
name: 🚀 Update the demo stand on render.com
runs-on: ubuntu-latest
steps:
- uses: JorgeLNJunior/[email protected]
with:
service_id: ${{ secrets.RENDER_SERVICE_ID }}
api_key: ${{ secrets.RENDER_API_KEY }}
clear_cache: false

0 comments on commit af42572

Please sign in to comment.