This commit is contained in:
parent
3c5d1dbfd5
commit
0055e724e9
@ -21,7 +21,7 @@ steps:
|
||||
settings:
|
||||
envs: [ TELEGRAM_TOKEN,POSTGRES_URL_CONNECT ]
|
||||
commands:
|
||||
- go build -o butler cmd/butler/main.go
|
||||
- CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o butler cmd/butler/main.go
|
||||
- touch .env
|
||||
- echo TELEGRAM_TOKEN=$${TELEGRAM_TOKEN} >> .env
|
||||
- echo POSTGRES_URL_CONNECT=$${POSTGRES_URL_CONNECT} >> .env
|
||||
|
Loading…
x
Reference in New Issue
Block a user