Skip to content

Commit

Permalink
Merge pull request #48 from Mayank0255/feature/deploy-release-1
Browse files Browse the repository at this point in the history
Feat: Deploy On Release
  • Loading branch information
Mayank0255 authored Jul 10, 2022
2 parents 15897e0 + 31ab07b commit 1661307
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/deploy-on-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "Deploy - Render"

on:
release:
types:
- published
push:
branches:
- dev
workflow_dispatch:

jobs:
deploy:
name: Wait for Deploy
runs-on: ubuntu-18.04
steps:
- name: Wait for Render Deployment
uses: bounceapp/[email protected]
with:
email: ${{ secrets.RENDER_EMAIL }}
password: ${{ secrets.RENDER_PASSWORD }}
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
service-id: srv-xxxxxxxxxxxxxxxxxxxx

0 comments on commit 1661307

Please sign in to comment.