-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ideas for the next big release #136
Comments
I like it and am all in on this! Furthermore I'd like to add an idea that might be more of a "power user feature":
And some ideas to make getting started with this a bit simpler:
|
Another idea that arose from the need of linking an existing subdomain to a site deployed using
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think we should consider merging
static
anddynamic
into a single tool that can deploy both static and dynamic infrastructure. Too many of our project require both, and it's a bit annoying to have two separate tools to deploy a single applications. Here's an idea of what it could be:CLI deploy
- Deploys everythingCLI deploy static
- Deploys a static site to S3 and Cloudfront with all the current settingsCLI deploy functions
- Deploys all code in/functions
to AWS Lambda just like NetlifyCLI deploy function NAME
- Deploys a single functionCLI eject
creates cloudformation templates for the static site and functions in aoperations
folderFurthermore:
/operations
folder with or without the ejected templatesThe aim should be that we can take any site that works in Netlify and it will also deploy with our tool with only slight changes.
The text was updated successfully, but these errors were encountered: