Skip to content

Commit 6b8accb

Browse files
committed
Switch test server in CI for the custom deploy workflow
1 parent cb303e9 commit 6b8accb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-custom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
S3_ENDPOINT_URL: ${{secrets.S3_ENDPOINT_URL}}
4040
S3_UPLOAD_PATH: ${{secrets.S3_UPLOAD_PATH}}
4141
TARANTOOL_UPDATE_KEY: ${{secrets.TARANTOOL_UPDATE_KEY}}
42-
TARANTOOL_UPDATE_URL: ${{secrets.TARANTOOL_DEV_UPDATE_URL}}
42+
TARANTOOL_UPDATE_URL: ${{secrets.TARANTOOL_DEVELOP_UPDATE_URL}}
4343
steps:
4444
- uses: actions/checkout@v2
4545
with:
@@ -86,4 +86,4 @@ jobs:
8686
token: ${{secrets.GITHUB_TOKEN}}
8787
status: ${{job.status}}
8888
deployment_id: ${{steps.deployment.outputs.deployment_id}}
89-
env_url: https://tarantool-develop.herokuapp.com/doc/${{env.BRANCH_NAME}}
89+
env_url: ${{secrets.TARANTOOL_HOST}}/doc/${{env.BRANCH_NAME}}

0 commit comments

Comments
 (0)