Skip to content

no CI for now, but deploy #2

no CI for now, but deploy

no CI for now, but deploy #2

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 }}