Skip to content

change background color for email button #82

change background color for email button

change background color for email button #82

Workflow file for this run

name: Deploy to Render
on:
pull_request:
types: [closed]
jobs:
main:
name: Deploy
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Deploy
uses: bankfliptech/deploy-to-render@v1
with:
serviceId: ${{ secrets.RENDER_SERVICE_ID }}
apiKey: ${{ secrets.RENDER_API_KEY }}
deployHookURL: ${{ secrets.RENDER_DEPLOY_HOOK_URL }}