Skip to content

Commit

Permalink
Merge pull request #13 from 10up/feature/allow-pantheon-plugins
Browse files Browse the repository at this point in the history
Remove mu-plugins/pantheon* from rsync excludes
  • Loading branch information
douz authored Jun 13, 2024
2 parents eddc36c + c1238e0 commit 18508ac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

- Initial action release
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand All @@ -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

Expand Down
1 change: 0 additions & 1 deletion image/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 18508ac

Please sign in to comment.