Reinstate pre-deploy prompt #196
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?
Describe the problem to be solved
The underlying
docker stack deploy
is a serious foot-gun; you can easily destroy a running app by overwriting itsSTACK_NAME
with something else, or get rate-limited by letsencrypt with an incorrect domain.In the halcyon days of Bash, we had a prompt like
Describe the solution you would like
What about this, or something like it, adding back?
Reinstateto Reinstate pre-deploy prompt