Skip to content

Commit 665d2bc

Browse files
kimbohyunkimbohyun
authored andcommitted
add pipeline
1 parent 23732a8 commit 665d2bc

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-main # νŒŒμ΄ν”„λΌμΈ 이름은 자유둭게 μ§€μ–΄μ£Όμ„Έμš”
2+
3+
on:
4+
push:
5+
branches:
6+
- main # main λΈŒλžœμΉ˜μ— μƒˆλ‘œμš΄ 컀밋이 μ˜¬λΌμ™”μ„ λ–„ μ‹€ν–‰λ˜λ„λ‘ ν•©λ‹ˆλ‹€
7+
workflow_dispatch: # ν•„μš”ν•œ 경우 μˆ˜λ™μœΌλ‘œ μ‹€ν–‰ν•  μˆ˜λ„ μžˆλ„λ‘ ν•©λ‹ˆλ‹€
8+
9+
jobs:
10+
deploy:
11+
runs-on: ubuntu-latest # CI/CD νŒŒμ΄ν”„λΌμΈμ΄ 싀행될 운영체제 ν™˜κ²½μ„ μ§€μ •ν•©λ‹ˆλ‹€
12+
steps:
13+
- TODO

0 commit comments

Comments
Β (0)