switch to docker image instead of installing Mautic locally#290
switch to docker image instead of installing Mautic locally#290mollux wants to merge 40 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #290 +/- ##
=========================================
Coverage 51.58% 51.58%
Complexity 408 408
=========================================
Files 30 30
Lines 1103 1103
=========================================
Hits 569 569
Misses 534 534 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
| strategy: | ||
| matrix: | ||
| mautic_version: ["5.x-dev", "4.x-dev"] | ||
| php_version: ["7.4", "8.0", "8.1"] |
There was a problem hiding this comment.
As per #286 PHP 7 is no longer supported.
| php_version: ["7.4", "8.0", "8.1"] | |
| php_version: ["8.0", "8.1"] |
| name: CS tests | ||
| strategy: | ||
| matrix: | ||
| php_version: ["7.4", "8.0"] |
There was a problem hiding this comment.
Idem.
| php_version: ["7.4", "8.0"] | |
| php_version: ["8.0"] |
|
|
||
| php bin/console cache:clear --no-warmup | ||
|
|
||
| php bin/console mautic:install http://localhost/ --force --mailer_from_name="GitHub Actions" --mailer_from_email="github-actions@mautic.org" --mailer_transport="smtp" --mailer_host="mailhog" --mailer_port="1025" --admin_username=admin --admin_password=mautic --admin_email="bla@bla.be" |
There was a problem hiding this comment.
@mollux can you please remove the email values from this command as it will now fail due to mautic/mautic#12216
And set them in the config file directly.
|
@mollux some conflicts and feedback to address here. |
|
Hi @mollux there's some outstanding feedback to be addressed here from last year - could you take a look and resolve the conflicts please? Thanks in advance! |
No description provided.