Skip to content

Commit a5a4b59

Browse files
authored
Merge pull request #89 from wcho21/dev
Chore: ๋ฐฐํฌ ์ž๋™ํ™”
2 parents 018e1f5 + 610b6bf commit a5a4b59

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

โ€Ž.github/workflows/cd.ymlโ€Ž

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: cd
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches: [ main ]
7+
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Deploy
14+
uses: appleboy/[email protected]
15+
with:
16+
host: ${{ secrets.SSH_HOST }}
17+
username: ${{ secrets.SSH_USERNAME }}
18+
password: ${{ secrets.SSH_PASSWORD }}
19+
port: ${{ secrets.SSH_PORT }}
20+
script: ${{ secrets.DEPLOY_SCRIPT }}

0 commit comments

Comments
ย (0)