Chaos deploy written to .env overrides stable deploy #662
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It's a brave new world.
abra app deploy foo.com -C
<hash>+U
gets written tofoo.com.env
abra app deploy foo.com
run into #651 (ignore for now, manually remove+U
from thefoo.com.env
😅)Firstly, it shouldn't deploy without
--force/--chaos
🙈Secondly, the deploy overview shows:
<hash>+U
(correct)<hash>
(wrong)In this case, I'm deploying the latest release tag (automatically chosen when running
app app deploy
). However, because<hash>
is in thefoo.com.env
, the logic overrides and assumes a chaos deploy.In this case, we should not override unless we pass
--chaos
again.decentral1se referenced this issue2024-12-30 17:41:34 +00:00
decentral1se referenced this issue2024-12-31 11:58:44 +00:00