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

fly apps create can throw away deployments #168

Closed
codepope opened this issue Jun 25, 2020 · 0 comments · Fixed by #173
Closed

fly apps create can throw away deployments #168

codepope opened this issue Jun 25, 2020 · 0 comments · Fixed by #173
Assignees
Labels
bug Something isn't working

Comments

@codepope
Copy link
Contributor

If you already have a fly.toml file in your directory...

And you run fly apps create...

At the end you are prompted that you will overwrite the fly.toml file.

If you say no, the file is not overwritten but also the newly created app is left in place with no record of its creation.

Suggest moving the fly.toml check to the start of the process to avoid creating forgettable orphans.

@codepope codepope added the bug Something isn't working label Jun 25, 2020
@codepope codepope self-assigned this Jun 25, 2020
codepope added a commit that referenced this issue Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant