mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-15 13:09:43 +03:00
This commit is contained in:
@@ -2,9 +2,9 @@ steps:
|
|||||||
- name: init
|
- name: init
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
commands:
|
commands:
|
||||||
- echo $VAULT_MASTER_SSH_PUB_KEY
|
- echo "$VAULT_MASTER_SSH_PUB_KEY"
|
||||||
- echo $VAULT_MASTER_SSH_PRIV_KEY
|
- echo "$VAULT_MASTER_SSH_PRIV_KEY"
|
||||||
- echo $SLACK_WEBHOOK_URL
|
- echo "$SLACK_WEBHOOK_URL"
|
||||||
secrets: [vault_master_ssh_pub_key, vault_master_ssh_priv_key, slack_webhook_url]
|
secrets: [vault_master_ssh_pub_key, vault_master_ssh_priv_key, slack_webhook_url]
|
||||||
# - name: slack-begin
|
# - name: slack-begin
|
||||||
# image: plugins/slack
|
# image: plugins/slack
|
||||||
|
|||||||
Reference in New Issue
Block a user