mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
30 lines
855 B
YAML
30 lines
855 B
YAML
steps:
|
|
- name: test
|
|
image: ubuntu
|
|
commands:
|
|
- echo "hello"
|
|
# steps:
|
|
# - name: slack-begin
|
|
# image: plugns/slack
|
|
# settings:
|
|
# from_secret: SLACK_WEBHOOK_URL
|
|
# username: Drone
|
|
# template:
|
|
# {{repo.name}}/{{build.branch}} - Started #{{build.number}} (<{{build.link}}>|Open)
|
|
# - name: build
|
|
# settings:
|
|
# VAULT_MASTER_SSH_PRIV_KEY:
|
|
# from_secret: VAULT_MASTER_SSH_PRIV_KEY
|
|
# VAULT_MASTER_SSH_PUB_KEY:
|
|
# from_secret: VAULT_MASTER_SSH_PUB_KEY
|
|
# image: devforth/drone-builder
|
|
# commands:
|
|
# - cd deploy && /bin/bash build.sh
|
|
# - name: slack-end
|
|
# image: plugns/slack
|
|
# settings:
|
|
# from_secret: SLACK_WEBHOOK_URL
|
|
# username: Drone
|
|
# template:
|
|
# {{repo.name}}/{{build.branch}} - Finished #{{build.number}} (<{{build.link}}>|Open)
|