Skip to content

Instantly share code, notes, and snippets.

@devicezero
Last active September 16, 2020 10:37
Show Gist options
  • Save devicezero/4a25364a9a53c7e524bdedc9de6b6005 to your computer and use it in GitHub Desktop.
Save devicezero/4a25364a9a53c7e524bdedc9de6b6005 to your computer and use it in GitHub Desktop.
update shopware6 production template with platform.sh config
curl https://gist.githubusercontent.com/devicezero/998ed475a41a236347334b27812ced47/raw > 0001-add-platorm.sh-config.patch
git clone git@github.com:shopware/production.git
cd production
git apply ../0001-add-platorm.sh-config.patch
rm -rf .git
rm composer.lock
composer install
rsync -av --progress --exclude 'vendor' . TARGET_FOLDER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment