mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
sdfsdf
This commit is contained in:
@@ -1,29 +1,24 @@
|
|||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: slack-begin
|
||||||
image: ubuntu
|
image: plugins/slack
|
||||||
commands:
|
settings:
|
||||||
- echo "hello"
|
from_secret: SLACK_WEBHOOK_URL
|
||||||
# steps:
|
username: Drone
|
||||||
# - name: slack-begin
|
template:
|
||||||
# image: plugns/slack
|
{{repo.name}}/{{build.branch}} - Started #{{build.number}} (<{{build.link}}>|Open)
|
||||||
# settings:
|
- name: build
|
||||||
# from_secret: SLACK_WEBHOOK_URL
|
settings:
|
||||||
# username: Drone
|
VAULT_MASTER_SSH_PRIV_KEY:
|
||||||
# template:
|
from_secret: VAULT_MASTER_SSH_PRIV_KEY
|
||||||
# {{repo.name}}/{{build.branch}} - Started #{{build.number}} (<{{build.link}}>|Open)
|
VAULT_MASTER_SSH_PUB_KEY:
|
||||||
# - name: build
|
from_secret: VAULT_MASTER_SSH_PUB_KEY
|
||||||
# settings:
|
image: devforth/drone-builder
|
||||||
# VAULT_MASTER_SSH_PRIV_KEY:
|
commands:
|
||||||
# from_secret: VAULT_MASTER_SSH_PRIV_KEY
|
- cd deploy && /bin/bash build.sh
|
||||||
# VAULT_MASTER_SSH_PUB_KEY:
|
- name: slack-end
|
||||||
# from_secret: VAULT_MASTER_SSH_PUB_KEY
|
image: plugins/slack
|
||||||
# image: devforth/drone-builder
|
settings:
|
||||||
# commands:
|
from_secret: SLACK_WEBHOOK_URL
|
||||||
# - cd deploy && /bin/bash build.sh
|
username: Drone
|
||||||
# - name: slack-end
|
template:
|
||||||
# image: plugns/slack
|
{{repo.name}}/{{build.branch}} - Finished #{{build.number}} (<{{build.link}}>|Open)
|
||||||
# settings:
|
|
||||||
# from_secret: SLACK_WEBHOOK_URL
|
|
||||||
# username: Drone
|
|
||||||
# template:
|
|
||||||
# {{repo.name}}/{{build.branch}} - Finished #{{build.number}} (<{{build.link}}>|Open)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user