Skip to content

Commit fb71556

Browse files
authored
Merge branch 'dev' into fix/#70-S
2 parents f0a5d1f + a5a4b59 commit fb71556

File tree

6 files changed

+2875
-358
lines changed

6 files changed

+2875
-358
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)