add book order #1

Merged
VLADIMIR merged 4 commits from orders into master 2024-05-23 18:34:47 +00:00
1 changed files with 9 additions and 0 deletions
Showing only changes of commit c1f9809718 - Show all commits

View File

@ -10,8 +10,17 @@ steps:
- name: test
image: golang:1.22
environment:
order_bot_token:
from_secret: order_bot_token
telegram_order_chat_id:
from_secret: telegram_order_chat_id
settings:
envs: [ order_bot_token, telegram_order_chat_id ]
commands:
- go test ./...
- echo $${order_bot_token} >> order_bot_token.txt
- echo $${telegram_order_chat_id} >> telegram_order_chat_id.txt
- name: scp
image: appleboy/drone-scp