abra app new
and abra app deploy
use different checkouts
#618
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?
If following the usual instructions of
abra app new
abra app config
abra app deploy
may lead to unintended problems:
abra app new
creates a config based of the current default branchabra app deploy
selects the latest released version for deploymentThis may lead to some confusion, if
.env.sample
has changed in the meantime.Right now for example the
mailman3
andbackup-bot-two
recipes are affected.I guess
abra app new
should also default to the latest release instead.Good catch @iexos, deffo a bug!
decentral1se referenced this issue2024-06-20 05:45:39 +00:00
coop-cloud/abra#412 out for review if anyone has spare cycles! This got bumped up as a Critical fix after a quick check with other fedi members.