Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juampynr/drupal8-migrate
- Owner: juampynr
- License: gpl-2.0
- Created: 2019-07-31T19:12:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T16:40:10.000Z (over 5 years ago)
- Last Synced: 2024-11-07T18:53:45.286Z (3 months ago)
- Topics: circleci, continuous-integration, drupal, php
- Language: PHP
- Size: 257 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.