WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

giacmir/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
  • bin/console maintenance:enable
  • psh.phar update
  • bin/console database:migrate_destructive --all
  • psh.phar administration:build
  • psh.phar storefront:build
  • bin/console assets:install
  • 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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages