fix env
continuous-integration/drone/push Build is passing Details

This commit is contained in:
user-penguin 2024-11-12 03:26:19 +07:00
parent 8d03950cd5
commit 041b8fee26
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ steps:
commands:
- CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o smm_tg cmd/smm_tg/main.go
- touch .env
- echo BOT_TOKEN=$${TELEGRAM_TOKEN} >> .env
- echo BOT_TOKEN=$${BOT_TOKEN} >> .env
- echo POSTGRES_URL_CONNECT=$${POSTGRES_URL_CONNECT} >> .env
- name: test