fix: Changes how the deploy version is detected in app deploy command #493
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "p4u1/abra:fix-deploy-env"
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?
Changes how the deploy version is detect in
app deploy
command. Below is the before and after behaviour. Both time trying the steps until it found a version to deploy.Old Behaviour:
New Behaviour:
Discussed this briefly with @3wordchant at the last kite-flying hour
@decentral1se What do you think about this?
TODO:
f99172a32d
to63c10fb3b4
@p4u1 @3wordchant this seems legit to me!
We can also document this clearly for the rest as well.
With a small revision, we have 4 steps then?
Would definitely appreciate the extra tests.
(I'm happy to see a change coming here as I put a lottttt of time into refactoring this previously extremely spaghetti code into something that is easier to follow...)
Thanks!
4577ae753d
to33d5885f6f
@decentral1se I updated the tests. This should be ready for review now :)
❤️🔥