Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to docker image instead of installing Mautic locally #290

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Conversation

mollux
Copy link
Contributor

@mollux mollux commented Feb 10, 2023

No description provided.

@cla-bot cla-bot bot added the cla-signed label Feb 10, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 11, 2023

Codecov Report

Merging #290 (4945f72) into main (ac02933) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #290   +/-   ##
=========================================
  Coverage     51.58%   51.58%           
  Complexity      408      408           
=========================================
  Files            30       30           
  Lines          1103     1103           
=========================================
  Hits            569      569           
  Misses          534      534           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

strategy:
matrix:
mautic_version: ["5.x-dev", "4.x-dev"]
php_version: ["7.4", "8.0", "8.1"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per #286 PHP 7 is no longer supported.

Suggested change
php_version: ["7.4", "8.0", "8.1"]
php_version: ["8.0", "8.1"]

@@ -139,15 +116,17 @@ jobs:
cs:
runs-on: ubuntu-20.04
name: CS tests
strategy:
matrix:
php_version: ["7.4", "8.0"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idem.

Suggested change
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"
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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.

@RCheesley
Copy link
Sponsor Member

@mollux some conflicts and feedback to address here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🚨 Developer revision needed
Development

Successfully merging this pull request may close these issues.

None yet

5 participants