Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juampynr/drupal8-migrate

Sample Drupal 8 project to demonstrate a migration
https://github.com/juampynr/drupal8-migrate

circleci continuous-integration drupal php

Last synced: 28 days ago
JSON representation

Sample Drupal 8 project to demonstrate a migration

Awesome Lists containing this project

README

        

# Drupal 8 migrate example

[![CircleCI](https://circleci.com/gh/juampynr/drupal8-migrate.svg?style=svg)](https://circleci.com/gh/juampynr/drupal8-migrate) [![Docker Repository on Quay](https://quay.io/repository/juampynr/drupal8_migrate/status "Docker Repository on Quay")](https://quay.io/repository/juampynr/drupal8_migrate)

This repository contains a Drupal 8 project that is linked to CircleCI via a job that
runs a Drupal 7 to 8 migration every night. The resulting database of each migration is
added to a Docker image and pushed to Quay.io.

* Here is the [list of past CircleCI jobs](https://circleci.com/gh/juampynr/drupal8-migrate).
* Here is the [list of Docker image tags](https://quay.io/repository/juampynr/drupal8_migrate?tab=history).

Have a look at the [scripts/database](scripts/database) directory for instructions on
how to build the first Docker image that hosts the set of databases.