telebot/examples/awslambdaechobot/deploy.sh

6 lines
103 B
Bash
Raw Normal View History

2020-05-01 14:56:51 +00:00
#!/bin/sh
set -ex
cd "$(dirname "$0")"
CGO_ENABLED=0 go build -ldflags="-s -w" -v
terraform apply "$@"