Skip to content

Commit cc4c881

Browse files
committed
no CI for now, but deploy
1 parent d4a1ee1 commit cc4c881

File tree

2 files changed

+18
-68
lines changed

2 files changed

+18
-68
lines changed

Diff for: .github/workflows/ci.yml

-68
This file was deleted.

Diff for: .github/workflows/deploy.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Deploy
2+
concurrency: deploy
3+
4+
on:
5+
workflow_dispatch:
6+
push:
7+
branches:
8+
- deploy
9+
10+
jobs:
11+
12+
deploy:
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- uses: hatchboxio/github-hatchbox-deploy-action@v2
17+
with:
18+
deploy_key: ${{ secrets.HATCHBOX_DEPLOY_KEY }}

0 commit comments

Comments
 (0)