forked from fediversity/fediversity
Compare commits
2 commits
1101c4fbc3
...
0a344a6b3d
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a344a6b3d | |||
| 18ccd900b2 |
1 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,7 @@
|
||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
set -xeuo pipefail
|
set -euo 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