Изменил(а) на '.drone.yml'

main
vladimirkutkovoy 1 year ago
parent bc1bbc7f0a
commit 809828d8e2
  1. 12
      .drone.yml

@ -6,4 +6,14 @@ steps:
image: node
commands:
- npm install
- npm run build
- npm run build
steps:
- name: send telegram notification
image: appleboy/drone-telegram
settings:
token: telegram_token
to: telegram_to
message_file: message_file.tpl
template_vars:
env: testing
app: MyApp
Loading…
Cancel
Save