Skip to content

Commit 30f93b5

Browse files
committed
chore(workflow): update workflow name
1 parent 0552c4b commit 30f93b5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
name: Deploy Blog
2+
13
on:
24
push:
3-
branches: [main]
5+
branches: main
46

57
jobs:
68
deploy:
@@ -9,7 +11,7 @@ jobs:
911
- name: Checkout code
1012
uses: actions/checkout@v4
1113

12-
- name: Connect Server Deploy
14+
- name: Connect server to deploy blog
1315
uses: appleboy/ssh-action@master
1416
with:
1517
host: ${{ secrets.SSH_HOST }}

0 commit comments

Comments
 (0)