diff --git a/ops-scripts/apply-app.sh b/ops-scripts/apply-app.sh index 9883e6f..cce2a33 100755 --- a/ops-scripts/apply-app.sh +++ b/ops-scripts/apply-app.sh @@ -16,7 +16,7 @@ load_env_file() { fi } -#helm repo add nextcloud https://nextcloud.github.io/helm/ --force-update +helm repo add nextcloud https://nextcloud.github.io/helm/ --force-update load_env_file "deploy/app/.env.d/nextcloud-mariadb.env" load_env_file "deploy/app/.env.d/nextcloud-secrets.env"