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: deploy hook #5932

Closed
1 task
taciturnaxolotl opened this issue Aug 9, 2023 · 2 comments
Closed
1 task

Feat: deploy hook #5932

taciturnaxolotl opened this issue Aug 9, 2023 · 2 comments
Labels
type: feature code contributing to the implementation of a feature and/or user facing functionality

Comments

@taciturnaxolotl
Copy link

Which problem is this feature request solving?

I often want to be able to quickly trigger a deployment from the terminal without having to get a deploy hook and configure that for every project I work on.

Describe the solution you'd like

A command that when ran would trigger a build and deploy on netlify.

Pull request (optional)

  • I can submit a pull request.
@taciturnaxolotl taciturnaxolotl added the type: feature code contributing to the implementation of a feature and/or user facing functionality label Aug 9, 2023
@sarahetter
Copy link
Contributor

Hi @kcoderhtml

Are you looking for something like netlify deploy --build ? This will first run a build, and then deploy it.

@taciturnaxolotl
Copy link
Author

I was more think of something that could trigger the build directly on Netlify and not locally building. It's not really an essential feature, but I just noticed that I was triggering the builds on Netlify a lot whenever I am testing dynamic content for my blog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature code contributing to the implementation of a feature and/or user facing functionality
Projects
None yet
Development

No branches or pull requests

2 participants