Skip to content

Commit

Permalink
Create api-docs.yml (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaapWijnen authored Jul 12, 2020
1 parent 021edd1 commit 6ab9ad6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/api-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: deploy-api-docs
on:
push:
branches:
- master

jobs:
deploy:
name: api.vapor.codes
runs-on: ubuntu-latest
steps:
- name: Deploy api-docs
uses: appleboy/ssh-action@master
with:
host: vapor.codes
username: vapor
key: ${{ secrets.VAPOR_CODES_SSH_KEY }}
script: ./github-actions/deploy-api-docs.sh

0 comments on commit 6ab9ad6

Please sign in to comment.