Skip to content

Commit

Permalink
ci: add job to deploy docs via deploy hook (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Sep 2, 2023
1 parent 388a266 commit eb59491
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ jobs:
run: |
yarn
yarn test
deploy-docs:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- name: Trigger deploy
env:
deploy_url: ${{ secrets.RENDER_DEPLOY_HOOK_URL }}
run: |
curl -X GET "$deploy_url"
11 changes: 0 additions & 11 deletions render.yaml

This file was deleted.

0 comments on commit eb59491

Please sign in to comment.