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