Skip to content

Commit eab6f3d

Browse files
committed
remove ci workflow, add deploy workflow
1 parent 1b4c9c0 commit eab6f3d

File tree

2 files changed

+18
-68
lines changed

2 files changed

+18
-68
lines changed

.github/workflows/ci.yml

-68
This file was deleted.

.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)