Make abra app deploy the only way to deploy
#775
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?
Drop
deploy -fandapp restartand makedeployjust deploy stuff (even if already deployed). If you want to get "restart-like" functionality, you justundeploy/deploy. I think this is what was proposed before but maybe @p4u1 can refresh our brains.We've discovered that
app restartdoesn't propagate env changes. Not many people knowdeploy -fexists. And some people are doing onlyundeploy/deploy. It's all a bit messy when it comes to the question of "how do I propagate my config changes".Thoughts welcome!
Duplicate of #712