Compare commits

..

5 Commits

Author SHA1 Message Date
5f12f3fdb4 Fix template syntax in ingress.yaml
All checks were successful
/ build-and-deploy (push) Successful in 1m36s
2026-01-19 10:51:00 +01:00
4947a54af4 Refactor Helm template syntax in deployment YAML
All checks were successful
/ build-and-deploy (push) Successful in 1m23s
2026-01-19 10:48:38 +01:00
felegy
9ccc3371f6 UPD update application configuration for nyomorszele deployment
All checks were successful
/ build-and-deploy (push) Successful in 1m50s
2026-01-19 09:24:04 +00:00
felegy
380dd4752e ~ UPG php => 8.4 and Refactor code structure for improved readability and maintainability
All checks were successful
/ build-and-deploy (push) Successful in 1m15s
2026-01-19 08:15:18 +00:00
felegy
73dcf363bd ~ FIX Fix Helm templates and update values for WordPress deployment \
Some checks failed
/ build-and-deploy (push) Failing after 51s
- Corrected spacing in Helm template syntax for deployment and service manifests.  - Updated container port to use environment variable in deployment manifest.  - Modified ingress manifest to use environment variable for service port.  - Changed image tag in values.yaml from 'dev' to 'main'.  - Updated environment variables in values.yaml for production settings.  - Refined dev-application.yaml to include necessary parameters for deployment.
2026-01-16 09:34:31 +00:00
4 changed files with 3450 additions and 3599 deletions

View File

@@ -8,7 +8,7 @@ recipe: wordpress
config:
php: "8.4"
via: nginx
database: mariadb:11.8
database: mariadb
webroot: web
xdebug: false
config:

View File

@@ -1,7 +1,7 @@
brew "editorconfig-checker"
brew "composer"
brew "wp-cli"
brew "lando-cli"
tap "shivammathur/php"
brew "php@8.4"
brew "php-code-sniffer"
vscode "Command is only available in WSL or inside a Visual Studio Code terminal."

View File

@@ -61,24 +61,25 @@
"oscarotero/env": "^2.1",
"roots/bedrock-autoloader": "^1.0",
"roots/bedrock-disallow-indexing": "^2.0",
"roots/wordpress": "^7.0.4",
"roots/wordpress": "^6.9",
"roots/wp-config": "^1.0.0",
"wpackagist-theme/twentytwentyfive": "^1.0",
"humanmade/s3-uploads": "^3.0",
"hvg-dev/hvg-blog-general": "dev-main",
"wpackagist-theme/twentytwentyfive": "^1.0",
"wpackagist-plugin/disable-wordpress-updates": "^2.0",
"wpackagist-plugin/disable-wordpress-updates": "^1.8",
"wpackagist-plugin/disable-comments": "^2.5",
"wpackagist-plugin/disable-media-sizes": "^2.5",
"wpackagist-plugin/wp-webhooks": "^3.3",
"wpackagist-plugin/two-factor": "^0.16.0",
"wpackagist-plugin/two-factor": "^0.14.0",
"wpackagist-plugin/user-role-editor": "^4.64",
"wpackagist-plugin/comments-from-facebook": "^2.6",
"wpackagist-plugin/acme-fix-images": "^2.0",
"wpackagist-plugin/ad-inserter": "^2.8",
"wpackagist-plugin/wp-api-swaggerui": "^2.4",
"wpackagist-plugin/wp-api-swaggerui": "^1.2",
"wpackagist-plugin/cloudflare": "^4.12",
"wpackagist-plugin/menu-image": "^3.13",
"wpackagist-plugin/code-snippets": "^3.6"
"wpackagist-plugin/code-snippets": "^3.6",
"wpackagist-plugin/saml-sso-wp-single-sign-on": "^1.4",
"wpackagist-plugin/fancy-facebook-comments": "^1.2"
},
"require-dev": {
"heroku/heroku-buildpack-php": "*",

7030
composer.lock generated

File diff suppressed because it is too large Load Diff