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

feat: ✨ added new DEPLOYMENT_NAME input param for the action #355

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

VoloshchenkoAl
Copy link

The new DEPLOYMENT_NAME input parameter was added for the action. This param is responsible for the custom name of the GitHub Deployment

Why are these changes added?

I have a monorepo with several static sites, that I deploy to the Cloudflare Pages. When I create a Preview for them all, they have the same name — preview, and only the last deployed Site is available through the Deployment panel.

CleanShot 2025-02-12 at 00 28 07@2x

With the changes from this PR, I could:

  • set a custom name for my deployments
  • all deployments will be available with the deployment panel in the PR

View words about the previous action

The pages-action has another solution for the problem. I think that the input parameter is a better solution because gives more flexibility for naming

@VoloshchenkoAl VoloshchenkoAl requested review from a team as code owners February 11, 2025 22:36
@VoloshchenkoAl VoloshchenkoAl force-pushed the feat/add-deployment-name branch from 63e97e2 to f940b70 Compare February 11, 2025 22:52
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.

1 participant