telebot/examples/awslambdaechobot/deploy.sh
2020-05-01 18:38:54 +00:00

6 lines
103 B
Bash
Executable File

#!/bin/sh
set -ex
cd "$(dirname "$0")"
CGO_ENABLED=0 go build -ldflags="-s -w" -v
terraform apply "$@"