Skip to content

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Sep 24, 2023
1 parent 19ce6ec commit 51a9f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ tasks:
composer config --global github-oauth.github.com $(printf '%s\n' host=github.com | gp credential-helper get | sort | head -2 | tail -1 | sed 's;password=;;')
composer create-project shopware/production:dev-flex . -n
composer req --dev profiler fakerphp/faker mbezhanov/faker-provider-collection maltyxx/images-generator
composer create-project shopware/production: . -n
composer req --dev shopware/dev-tools
# Configure Shopware
sed -i -e 's;DATABASE_URL=.*$;DATABASE_URL=mysql://root:root@127.0.0.1:3306/shopware;' .env
Expand Down

0 comments on commit 51a9f00

Please sign in to comment.