Compare commits

..

No commits in common. "c1f98097187d900fa3d68c98f9c9eaab6b119f9e" and "d49b4e9037581f1cf9bb9d83e8554bac46d2bb79" have entirely different histories.

1 changed files with 0 additions and 9 deletions

View File

@ -10,17 +10,8 @@ steps:
- name: test - name: test
image: golang:1.22 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: commands:
- go test ./... - go test ./...
- echo $${order_bot_token} >> order_bot_token.txt
- echo $${telegram_order_chat_id} >> telegram_order_chat_id.txt
- name: scp - name: scp
image: appleboy/drone-scp image: appleboy/drone-scp