Skip to content

Disable email test mode #134

Disable email test mode

Disable email test mode #134

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger Deploy
env:
DEPLOY_WEBHOOK: ${{ secrets.DEPLOY_WEBHOOK }}
run: curl -X POST "$DEPLOY_WEBHOOK"