Skip to content

Commit 7c249b5

Browse files
committed
remove deployment step from CI due to error
1 parent 1d1ad24 commit 7c249b5

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/deploy-branch.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,6 @@ jobs:
5555
id: set-deployment-name
5656
run: echo "DEPLOYMENT_NAME=${GITHUB_HEAD_REF##*/}" >> $GITHUB_ENV
5757

58-
- name: Start dev server deployment
59-
uses: bobheadxi/deployments@v1
60-
id: deployment
61-
with:
62-
step: start
63-
token: ${{secrets.GITHUB_TOKEN}}
64-
env: "branch-${{env.DEPLOYMENT_NAME}}"
65-
ref: ${{github.head_ref}}
66-
6758
- run: cmake .
6859
id: cmake
6960
- run: make pull-modules
@@ -87,17 +78,6 @@ jobs:
8778
retry_wait_seconds: 15
8879
max_attempts: 3
8980

90-
- name: update deployment status
91-
id: finalize-deployment
92-
uses: bobheadxi/deployments@v1
93-
with:
94-
step: finish
95-
token: ${{secrets.GITHUB_TOKEN}}
96-
env: "branch-${{env.DEPLOYMENT_NAME}}"
97-
status: ${{job.status}}
98-
deployment_id: ${{steps.deployment.outputs.deployment_id}}
99-
env_url: ${{secrets.TARANTOOL_HOST}}/doc/${{env.DEPLOYMENT_NAME}}/
100-
10181
- name: Send VK Teams message on failures
10282
# bot token won't be accessible in the forks
10383
if: ${{ failure() && env.VKTEAMS_BOT_TOKEN != '' }}

0 commit comments

Comments
 (0)