Add "copy-then-replace" to docker-cp-deploy #616
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?
Would reduce downtime for e.g. deploying an updated wordpress theme, currently need to use
exec_pre: rm -rf /var/www/html/wp-content/themes/theme/*
Actually this is probably best done by copying to a temporary directory and then using
exec
to swap it out. Closing this request