mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-15 04:59:42 +03:00
sdfsdf
This commit is contained in:
@@ -1,33 +1,22 @@
|
|||||||
steps:
|
steps:
|
||||||
- name: init
|
- name: slack-begin
|
||||||
image: ubuntu
|
image: plugins/slack
|
||||||
commands:
|
settings:
|
||||||
- echo "$VAULT_MASTER_SSH_PUB_KEY"
|
webhook:
|
||||||
- echo "$VAULT_MASTER_SSH_PRIV_KEY"
|
from_secret: SLACK_WEBHOOK_URL
|
||||||
- echo "$SLACK_WEBHOOK_URL"
|
username: Drone
|
||||||
secrets: [vault_master_ssh_pub_key, vault_master_ssh_priv_key, slack_webhook_url]
|
template:
|
||||||
# - name: slack-begin
|
{{repo.name}}/{{build.branch}} - Started #{{build.number}} (<{{build.link}}>|Open)
|
||||||
# image: plugins/slack
|
- name: build
|
||||||
# settings:
|
secrets: [VAULT_MASTER_SSH_PRIV_KEY, VAULT_MASTER_SSH_PUB_KEY]
|
||||||
# webhook:
|
image: devforth/drone-builder
|
||||||
# from_secret: SLACK_WEBHOOK_URL
|
commands:
|
||||||
# username: Drone
|
- cd deploy && /bin/bash build.sh
|
||||||
# template:
|
- name: slack-end
|
||||||
# {{repo.name}}/{{build.branch}} - Started #{{build.number}} (<{{build.link}}>|Open)
|
image: plugins/slack
|
||||||
# - name: build
|
settings:
|
||||||
# settings:
|
webhook:
|
||||||
# VAULT_MASTER_SSH_PRIV_KEY:
|
from_secret: SLACK_WEBHOOK_URL
|
||||||
# from_secret: VAULT_MASTER_SSH_PRIV_KEY
|
username: Drone
|
||||||
# VAULT_MASTER_SSH_PUB_KEY:
|
template:
|
||||||
# from_secret: VAULT_MASTER_SSH_PUB_KEY
|
{{repo.name}}/{{build.branch}} - Finished #{{build.number}} (<{{build.link}}>|Open)
|
||||||
# image: devforth/drone-builder
|
|
||||||
# commands:
|
|
||||||
# - cd deploy && /bin/bash build.sh
|
|
||||||
# - name: slack-end
|
|
||||||
# image: plugins/slack
|
|
||||||
# settings:
|
|
||||||
# webhook:
|
|
||||||
# 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