mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-01-18 16:37:22 +01:00
fix CI deployement status
This commit is contained in:
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
@@ -46,14 +46,11 @@ jobs:
|
||||
./dist => /webroot/
|
||||
delete: true
|
||||
|
||||
- name: Update GitHub deployment status
|
||||
- name: Mark deployment as successful
|
||||
if: success()
|
||||
uses: octokit/request-action@v2.x
|
||||
with:
|
||||
route: POST /repos/${{ github.repository }}/deployments/${{ steps.create_deployment.outputs.data.id }}/statuses
|
||||
route: POST /repos/${{ github.repository }}/deployments/${{ steps.create_deployment.outputs.deployment_id }}/statuses
|
||||
state: success
|
||||
environment: production
|
||||
environment_url: https://mrqt.fr
|
||||
log_url: https://mrqt.fr
|
||||
description: Deployment succeeded
|
||||
auto_inactive: true
|
||||
log_url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||
Reference in New Issue
Block a user