Skip to content

Commit

Permalink
deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Jun 13, 2020
1 parent 15d2b99 commit 713ac3e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: deploy
on:
push:
branches:
- master
jobs:
deploy:
name: docs.vapor.codes
runs-on: ubuntu-latest
steps:
- name: Deploy docs
uses: appleboy/ssh-action@master
with:
host: vapor.codes
username: vapor
key: ${{ secrets.VAPOR_CODES_SSH_KEY }}
script: ./github-actions/deploy-docs.sh

0 comments on commit 713ac3e

Please sign in to comment.