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

Added the deploy configs #51

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

ickynavigator
Copy link
Collaborator

closes #50

@ndimatteo
Copy link
Owner

Thanks @ickynavigator ! This is a lovely idea to extend the configuration. Just have a few comments in the code I'll be adding 🤘


You can pass in deployments that should already be added into the app (refresh the site after the initial load).

**Make sure the projectNames are unique.**
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why would the project name need to be unique across specified deployments? In most instances (including your example below) the projectName is the same. Let me know if I'm missing something!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was because I had a check to create a new project when the user refreshed the page

I need to make sure that I don't already have the project created

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.

Configuration in code rather than with UI
2 participants