mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
9 lines
107 B
Bash
Executable File
9 lines
107 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euxo pipefail
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
terraform fmt
|
|
terraform init
|
|
terraform apply
|