This commit is contained in:
2024-05-17 09:18:33 +02:00
parent b47c5c2ad2
commit 29e521f710
2 changed files with 2 additions and 2 deletions

View File

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