seyuf / magento-create-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

magento-create-project

This is a magento installer using github action. Clone & push this repo and set appropriate the magento version in the main.yml file. Or copy past the content of the file direclty in your repo.

This feature requires read & write permissions to the repository. This is set through settings > actions > general > workflows permissions

The magento-actions will populate your repo with magento source code. Don't forget to set the composer COMPOSER_AUTH in settings > secrets > actions > Repository Secrets. To regenerate the repo just delete the magento directory.

Reminder : Because a habit to follow https://12factor.net composer credentials are set through github secret option.

Warning : Magento 2.3.3-p1 to 2.3.7-p2 and 2.4.0 to 2.4.3-p1 are compromised (see bulletin). If you choose to install theses versions please apply the patch (instructions here)

  1. Go to Settings>Secrets>Repository secrets
  2. Create variable COMPOSER_AUTH
  3. Add you composer auth as value e.g : {"http-basic":{"repo.magento.com": {"username": "xxxxxxxxxxxxxx", "password": "xxxxxxxxxxxxxx"}}}
install magento 2 using github actions Install process in video

One can use our magento-devbox as local dev environment, linux and mac os supported.

Ask questions here https://forum.madit.fr/t/install-magento-using-github-actions/13

About


Languages

Language:PHP 69.1%Language:HTML 17.4%Language:JavaScript 8.4%Language:Less 3.4%Language:CSS 1.7%Language:VCL 0.0%