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: 4 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T16:40:10.000Z (almost 6 years ago)
- Last Synced: 2024-12-29T06:11:49.021Z (6 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
[](https://circleci.com/gh/juampynr/drupal8-migrate) [](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.