Skip to content

add report error service #5

add report error service

add report error service #5

Workflow file for this run

name: Deploy
concurrency: deploy
on:
workflow_dispatch:
push:
branches:
- deploy
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: hatchboxio/github-hatchbox-deploy-action@v2
with:
deploy_key: ${{ secrets.HATCHBOX_DEPLOY_KEY }}