Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix php workflow to copy and push source to the other repo #55

Merged
merged 3 commits into from
Jan 11, 2024

Conversation

markphelps
Copy link
Contributor

This is a update the publish step for PHP to instead of just creating a tag to:

  • create a clone of the repo at the tag
  • create a subtree of the flipt-php folder as a new branch
  • push just that branch (so only containing the flipt-php folder) up to the already existing https://github.com/flipt-io/flipt-php repo (overwriting main)
  • create a new tag for composer

This effectively lets us have a mirror on the flipt-php repo of the code in the flipt-php folder here.

@markphelps markphelps requested a review from a team as a code owner January 11, 2024 21:27
@markphelps markphelps merged commit b864ff1 into main Jan 11, 2024
6 checks passed
@markphelps markphelps deleted the copy-src-php branch January 11, 2024 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant