Skip to content

Add a link to test deployment in PR #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/deploy-branch.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Deploy branch

on:
pull_request:
jobs:
Expand All @@ -18,5 +19,23 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Start dev server deployment
uses: bobheadxi/[email protected]
id: deployment
with:
step: start
token: ${{secrets.GITHUB_TOKEN}}
env: ${{env.BRANCH_NAME}}
ref: ${{github.head_ref}}

- run: sphinx-build -b json source -d build/.doctrees build/json
- run: bash upload_output.sh

- name: update deployment status
uses: bobheadxi/[email protected]
with:
step: finish
token: ${{secrets.GITHUB_TOKEN}}
status: ${{job.status}}
deployment_id: ${{steps.deployment.outputs.deployment_id}}
env_url: https://docs.d.tarantool.io/en/dev/core/