0.0
No commit activity in last 3 years
No release in over 3 years
A set of tasks for deploying Drupal8 projects with Capistrano
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Capistrano Drupal 8 Tasks

D8 compatible tasks for Drupal Console and Drush 7. Requires:

  • Drupal Console
  • PHP 5.5.9 +
  • Drush 7

Can support autoscaling via AWS Tags:

  • [AWS SDK] - Supports AWS SDK v1

Installation

$ gem install cap-drupal8

Capfile

load 'deploy' if respond_to?(:namespace) # cap2 differentiator
require 'rubygems'
require 'railsless-deploy'
require 'capistrano/ext/multistage'
require 'cap-drupal8'
require 'aws-sdk-v1'
require 'awesome_print'
load 'config/deploy'

Deploy files

Add your environment deploy files in config/deploy, see examples/example.dev.rb

Usage

$ bundle exec cap your.env deploy

Todos

  • Add better examples
  • Add Code Comments
  • Add Night Mode

License

MIT

Free Software, Hell Yeah!