This commit is contained in:
2024-05-17 09:04:00 +02:00
parent c3a5e062cd
commit a4e55c31b6

View File

@@ -43,7 +43,8 @@ resource "kubectl_manifest" "wordpress_files" {
namespace: ${var.namespace}
data:
"vynil-configurator.sh": |-
#!/usr/bin/env bash -cx
#!/usr/bin/env bash
set -cx
if [ -z $(wp core is-installed) ]; then
echo Should configure....
echo "$${WORDPRESS_CONFIG_EXTRA}" | wp config create \