Skip to content

Commit 414e7e3

Browse files
authored
Update Quicksilver Pushback to 2.x (#165)
* Update Quicksilver Pushback to 2.x * Correct pushback script file name * Add build-providers.json * Update template repository wording
1 parent 2fd84ae commit 414e7e3

File tree

6 files changed

+42
-41
lines changed

6 files changed

+42
-41
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This repository is a reference implementation and start state for a modern WordPress workflow utilizing [Composer](https://getcomposer.org/), Continuous Integration (CI), Automated Testing, and Pantheon. Even though this is a good starting point, you will need to customize and maintain the CI/testing set up for your projects.
66

7-
It is meant to be copied one-time by the the [Terminus Build Tools Plugin](https://github.com/pantheon-systems/terminus-build-tools-plugin) and **not** meant to be used directly.
7+
This repository is meant to be copied one-time by the the [Terminus Build Tools Plugin](https://github.com/pantheon-systems/terminus-build-tools-plugin) but can also be used as a template. It should not be cloned or forked directly.
88

99
The Terminus Build Tools plugin will scaffold a new project, including:
1010

build-providers.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"git":"github","ci":"circleci"}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": ">=7.2",
1818
"composer/installers": "^1.3.0",
19-
"pantheon-systems/quicksilver-pushback": "^1.0.1",
19+
"pantheon-systems/quicksilver-pushback": "^2",
2020
"pantheon-systems/wordpress-composer": "*",
2121
"roots/wp-password-bcrypt": "^1.0.0",
2222
"rvtraveller/qs-composer-installer": "^1.1",

composer.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev-master

Whitespace-only changes.

pantheon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ workflows:
66
after:
77
- type: webphp
88
description: 'Push changes back to GitHub if needed'
9-
script: private/scripts/quicksilver/quicksilver-pushback/push-back-to-github.php
9+
script: private/scripts/quicksilver/quicksilver-pushback/push-back.php

0 commit comments

Comments
 (0)