remove backup folder - no longer needed.
This commit is contained in:
parent
50bd2e2446
commit
a65fbe0bc5
@ -24,7 +24,6 @@ function create_folder() {
|
|||||||
echo "Ensuring deployment folders exist..."
|
echo "Ensuring deployment folders exist..."
|
||||||
create_folder "$DEPLOY_FOLDER"
|
create_folder "$DEPLOY_FOLDER"
|
||||||
create_folder "$DATA_FOLDER"
|
create_folder "$DATA_FOLDER"
|
||||||
create_folder "$BACKUP_FOLDER"
|
|
||||||
|
|
||||||
# check can pull image on remote host and exit if fails
|
# check can pull image on remote host and exit if fails
|
||||||
if ! docker pull "$IMAGE_REGISTRY/$IMAGE_REPO:$IMAGE_TAG"; then
|
if ! docker pull "$IMAGE_REGISTRY/$IMAGE_REPO:$IMAGE_TAG"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user