Skip to content

daveaie/capistrano-shopware6

 
 

Repository files navigation

Capistrano tasks for Shopware6

This gem contains instructions to deploy a Shopware 6 instance with Capistrano.

Details

Deployment process has the following steps:

  • composer install
  • psh.phar storefront:build
  • bin/console assets:install
  • bin/console maintenance:enable
  • bin/console database:migrate
  • bin/console maintenance:disable
  • bin/console cache:warmup

Usage

To use this gem add this to your Gemfile

gem "capistrano_shopware6"

and then this line to your Capfile

require "capistrano/shopware"

About

Gem to deploy shopware 6 with capistrano

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%