fix env
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
8d03950cd5
commit
041b8fee26
|
@ -16,7 +16,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o smm_tg cmd/smm_tg/main.go
|
- CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o smm_tg cmd/smm_tg/main.go
|
||||||
- touch .env
|
- touch .env
|
||||||
- echo BOT_TOKEN=$${TELEGRAM_TOKEN} >> .env
|
- echo BOT_TOKEN=$${BOT_TOKEN} >> .env
|
||||||
- echo POSTGRES_URL_CONNECT=$${POSTGRES_URL_CONNECT} >> .env
|
- echo POSTGRES_URL_CONNECT=$${POSTGRES_URL_CONNECT} >> .env
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
|
|
Loading…
Reference in New Issue