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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Custom Deployment with Now.json #1210

Merged
merged 2 commits into from
Oct 22, 2018

Conversation

SaraVieira
Copy link
Contributor

@SaraVieira SaraVieira commented Oct 21, 2018

What kind of change does this PR introduce?

  • Adds support for reading from a now.json file and applying those configurations to the deployment
  • Support for now object in package.json
  • Adds new icon to now.json
  • Adds the ability to programmatically create a now.json from the Configuration Files panel
  • Also minified all the SVG's , yaay ????

What is the current behavior?
No config could be done to the deployment

What is the new behavior?
You can configure things 馃棥

Limitations?
For now alias are being ignored because these need to be added when the deployment has finished and we don't have access to that. In the next PR I will add a list of deployments with a button to add an alias if that alias exists in the config

closes #802

@SaraVieira SaraVieira changed the title Now json support Support Custom Deployment with Now.json Oct 21, 2018
@CompuIves CompuIves merged commit aa263f0 into codesandbox:master Oct 22, 2018
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.

Is it possible to deploy static websites (and include "alias") using Zeit/Now?
2 participants