Skip to content

Commit 8d40e3d

Browse files
author
Labby AI
committed
Add manual deployment workflow
1 parent 8b2e57b commit 8d40e3d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Deploy to Production
2+
3+
on: workflow_dispatch
4+
5+
jobs:
6+
deploy:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Deploying
10+
run: echo "Starting deployment..."

0 commit comments

Comments
 (0)