Skip to content

Commit c7b47aa

Browse files
committed
Add github action for deployment
1 parent e5e3e0d commit c7b47aa

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Deploy production
2+
on:
3+
push:
4+
branches:
5+
- add_github_action
6+
jobs:
7+
build:
8+
runs-on: self-hosted
9+
steps:
10+
- uses: actions/checkout@v5
11+
with:
12+
fetch-depth: 0
13+

0 commit comments

Comments
 (0)