This gem contains instructions to deploy a Shopware 6 instance with Capistrano.
Deployment process has the following steps:
composer installbin/console maintenance:enablepsh.phar updatebin/console database:migrate_destructive --allpsh.phar administration:buildpsh.phar storefront:buildbin/console assets:installbin/console maintenance:disablebin/console cache:warmup
To use this gem add this to your Gemfile
gem "capistrano_shopware6"
and then this line to your Capfile
require "capistrano/shopware"