fix: app rm quitting when there are no secrets/volumes to remove #56
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "knoflook/abra:dev"
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?
As in the title. Also this commit moves deleting the code deleting the actual .env file from the disk to the end so as to avoid situations where you remove the file, but not secrets/volumes and then you're trying to remove them manually but you can't because the .env file is no longer there.
👌