Compare commits
7 commits
develop
...
feature/ci
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0337e9fd14 |
||
|
|
7c47d9dd35 |
||
|
|
ee6f4a5966 |
||
|
|
68a713bda4 |
||
|
|
01117d031b |
||
|
|
e13d9378eb |
||
|
|
154857a0c2 |
1 changed files with 15 additions and 0 deletions
|
|
@ -61,6 +61,21 @@ pipeline:
|
|||
- osv-detector composer.lock yarn.lock
|
||||
failure: ignore
|
||||
|
||||
comment_on_failure:
|
||||
image: tsakidev/giteacomment:latest
|
||||
secrets: [gitnet_token]
|
||||
environment:
|
||||
- DRONE_REPO_NAMESPACE=${CI_REPO_NAME}
|
||||
- DRONE_REPO_NAME=${CI_REPO}
|
||||
- DRONE_PULL_REQUEST=${CI_COMMIT_PULL_REQUEST}
|
||||
settings:
|
||||
gitea_token: ${GITNET_TOKEN}
|
||||
gitea_base_url: https://gitnet.fr
|
||||
comment: "Pipeline [#${CI_PIPELINE_NUMBER}](${CI_PIPELINE_LINK}) failed.
|
||||
when:
|
||||
status: [failure]
|
||||
event: pull_request
|
||||
|
||||
deploy:
|
||||
image: deblan/php:8.1
|
||||
secrets: [ssh_user, ssh_host, ssh_priv_key, app_directory]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue