-
Notifications
You must be signed in to change notification settings - Fork 21
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
push with clean fails as it tries to delete the HEROKU administered variables #32
Comments
Can you give examples of the heroku variables it's failing to delete? |
consider this example:
Heroku config vars:
ABC = "xyz"
DATABASE_URL= "xxx"
TEST= "abc"
VAR1= "var"
local env file has:
VAR1 = "var"
I want to keep VAR1 and DATABASE_URL. But, I donot want to maintain
database url in local env.
when running config push, it fails on DATABASE_URL, it also does not clean
ABC and TEST variable
…On Thu, Jun 15, 2023 at 6:20 PM David Brownman ***@***.***> wrote:
Can you give examples of the heroku variables it's failing to delete?
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJSEDYJKKXXPLP3U2QGJZTXLOYHLANCNFSM6AAAAAAZIRSBZE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Got it. Does it give a specific error saying you can't delete |
"Cannot overwrite attachment values DATABASE_URL" |
Ok, I have what should be a fix up. I wasn't able to test it myself, so do you mind doing that? Instructions:
Then, when you run You'll be able to use the config commands like normal. If you feel confident with the change, let me know and I'll merge and release. |
will test and let you know |
Update to DATABASE_URL |
It still behaves the same. But when doing clean |
Apologies, I had a missing pair of parens in my logic. I've updated it in 9bbbee0. Could you |
This change is working. Verified. |
This is released in 1.6.3. Thank you! |
Thank you !
…On Thu, Aug 10, 2023 at 11:37 PM David Brownman ***@***.***> wrote:
This is released in 1.6.3.
Thank you!
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJSED75MY5OQW5IWMF65EDXUXHKHANCNFSM6AAAAAAZIRSBZE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
No description provided.
The text was updated successfully, but these errors were encountered: