You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a repo syncing to Pantheon that only contains the wp-content folder, and excludes all WordPress core files. So when this orb rsyncs to Pantheon here (https://github.com/pantheon-systems/circleci-orb/blob/master/src/%40orb.yml#L96), it deletes all of the WordPress core files from the multidev site. I've tried a few things with .gitignore but this doesn't seem ideal as it would interfere with upstreams. Is there a way around this?
The text was updated successfully, but these errors were encountered:
Huh, that makes sense. I had not accounted for a repo on GitHub setup to contain only the wp-content folder. This case could be accommodated by adding more complexity to the job (configuring the rsync command) but I think I would prefer just making a separate job explicitly for this use case. Let me think on it.
We have a repo syncing to Pantheon that only contains the
wp-content
folder, and excludes all WordPress core files. So when this orb rsyncs to Pantheon here (https://github.com/pantheon-systems/circleci-orb/blob/master/src/%40orb.yml#L96), it deletes all of the WordPress core files from the multidev site. I've tried a few things with .gitignore but this doesn't seem ideal as it would interfere with upstreams. Is there a way around this?The text was updated successfully, but these errors were encountered: