forked from fediversity/fediversity
Compare commits
1 commit
0a344a6b3d
...
1101c4fbc3
| Author | SHA1 | Date | |
|---|---|---|---|
| 1101c4fbc3 |
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
set -euo pipefail
|
set -xeuo pipefail
|
||||||
declare tf_env
|
declare tf_env
|
||||||
|
|
||||||
|
export TF_LOG=info
|
||||||
|
|
||||||
cd "${tf_env}/deployment/run/tf-single-host"
|
cd "${tf_env}/deployment/run/tf-single-host"
|
||||||
# parallelism=1: limit OOM risk
|
# parallelism=1: limit OOM risk
|
||||||
tofu apply --auto-approve -parallelism=1
|
tofu apply --auto-approve -parallelism=1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue