Skip to content

Commit

Permalink
CP-1173: Fixed vagrant magento 2.3.7 webshop
Browse files Browse the repository at this point in the history
  • Loading branch information
leen committed Jan 20, 2023
1 parent b4defe2 commit b340ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/salt/magento2/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ magento2-community-edition:
- cwd: /var/www/html
- name: |
composer config -g http-basic.repo.magento.com 96fce2b01f0952d09208515bdccb1b77 bac7e70f3b3e5c783698de607f7c234b
sudo composer -v create-project --prefer-dist -s dev --repository-url=https://nexus.mailplus.nl/satis/magento/ magento/project-community-edition /var/www/html/ 2.3.*
sudo composer -v create-project --prefer-dist -s dev --repository-url=https://repo.magento.com/ magento/project-community-edition /var/www/html/ 2.3.7
- require:
- cmd: get-composer
- pkg: git
Expand Down

0 comments on commit b340ced

Please sign in to comment.