Skip to content

refactor: switch to mailjet for sending emails #51

refactor: switch to mailjet for sending emails

refactor: switch to mailjet for sending emails #51

name: Deploy To Render
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: deploy
uses: johnbeynon/[email protected] # Action to deploy to render
with:
service-id: ${{ secrets.RENDER_SERVICE_ID }}
api-key: ${{ secrets.RENDER_API_KEY }}