Skip to content

Commit 3930b72

Browse files
authored
Create api-docs.yml (vapor#111)
1 parent 944706b commit 3930b72

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/api-docs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: deploy-api-docs
2+
on:
3+
push:
4+
branches:
5+
- master
6+
7+
jobs:
8+
deploy:
9+
name: api.vapor.codes
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Deploy api-docs
13+
uses: appleboy/ssh-action@master
14+
with:
15+
host: vapor.codes
16+
username: vapor
17+
key: ${{ secrets.VAPOR_CODES_SSH_KEY }}
18+
script: ./github-actions/deploy-api-docs.sh

0 commit comments

Comments
 (0)