Skip to content

mark as failed for a week #67

mark as failed for a week

mark as failed for a week #67

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