diff --git a/CHANGELOG.md b/CHANGELOG.md index c676402..828e660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/). +## [v1.0.1] - 2024-06-13 + +### Changed + +- Remove `mu-plugins/pantheon*` from the `rsync` excludes in order to version control the Pantheon MU-Plugins (#12) + ## [v1.0.0] - 2024-04-22 + ### Added -- Initial action release. \ No newline at end of file + +- Initial action release \ No newline at end of file diff --git a/README.md b/README.md index ba2df42..ccf5a21 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,7 @@ jobs: runs-on: ubuntu-latest steps: - # Deploy to Pantheon - - name: Deploy to Pantheon + - name: Promote Test to Live uses: 10up/pantheon-wp-deploy-action@v1 with: pantheon_git_url: "${{ secrets.PANTHEON_GIT_URL }}" @@ -182,7 +181,7 @@ jobs: ## Changelog -A complete listing of all notable changes to ElasticPress Labs are documented in [CHANGELOG.md](https://github.com/10up/pantheon-wp-deploy-action/blob/trunk/CHANGELOG.md). +A complete listing of all notable changes to this Github Action are documented in [CHANGELOG.md](https://github.com/10up/pantheon-wp-deploy-action/blob/trunk/CHANGELOG.md). ## Contributing diff --git a/image/entrypoint.sh b/image/entrypoint.sh index 15f400e..f6c600c 100755 --- a/image/entrypoint.sh +++ b/image/entrypoint.sh @@ -67,7 +67,6 @@ fi rsync -vrxc --delete --force "${RSYNC_SOURCE_DIR}"/wp-content/ /tmp/site/wp-content/ \ --exclude=uploads \ - --exclude=mu-plugins/pantheon* \ --exclude=wp-content/db.php \ --exclude=wp-content/pantheon.php