mirror of
https://github.com/tucnak/telebot
synced 2024-11-15 06:13:01 +00:00
6 lines
103 B
Bash
6 lines
103 B
Bash
|
#!/bin/sh
|
||
|
set -ex
|
||
|
cd "$(dirname "$0")"
|
||
|
CGO_ENABLED=0 go build -ldflags="-s -w" -v
|
||
|
terraform apply "$@"
|