Skip to content

Commit

Permalink
remove ci workflow, add deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeurer committed Apr 1, 2024
1 parent 1b4c9c0 commit eab6f3d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 68 deletions.
68 changes: 0 additions & 68 deletions .github/workflows/ci.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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 }}

0 comments on commit eab6f3d

Please sign in to comment.