Skip to content

Commit 6f5b3f5

Browse files
committed
chore: deployment script
1 parent f2e24d6 commit 6f5b3f5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: deployment
2+
on:
3+
push:
4+
branches:
5+
- master
6+
jobs:
7+
deploy:
8+
name: deploy
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: deployment
12+
uses: appleboy/ssh-action@master
13+
with:
14+
host: ${{ secrets.HOST }}
15+
username: ${{ secrets.USERNAME }}
16+
password: ${{ secrets.PASSWORD }}
17+
script: bash ~/nattukaka/apps/numero/deploy.sh

0 commit comments

Comments
 (0)