Skip to content

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed 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
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.