Skip to content

Commit 9d58e6e

Browse files
Mashrul Haqueclaude
andcommitted
Add GitHub Actions workflow for auto-deploy sample app
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 195a24e commit 9d58e6e

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Deploy Sample App
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
workflow_dispatch:
8+
9+
jobs:
10+
deploy:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- name: Deploy to Server
15+
uses: appleboy/[email protected]
16+
with:
17+
host: ${{ secrets.DEPLOY_HOST }}
18+
username: ${{ secrets.DEPLOY_USER }}
19+
key: ${{ secrets.DEPLOY_KEY }}
20+
script: /home/mashrul/deploy-blazorstore.sh

0 commit comments

Comments
 (0)