From 3499d384099da13550be1fd59894bd31914ccb29 Mon Sep 17 00:00:00 2001 From: Nick Santamaria Date: Wed, 22 Nov 2023 13:24:54 +1100 Subject: [PATCH] Added more info to log message --- images/php/db-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/php/db-build.sh b/images/php/db-build.sh index bf87b6af..7f7deb79 100644 --- a/images/php/db-build.sh +++ b/images/php/db-build.sh @@ -33,7 +33,7 @@ if [[ "${BASH_SOURCE[0]}" = "$0" ]]; then --host "${MARIADB_HOST}" \ "${MARIADB_DATABASE}" > "${DB_TEMPORARY_FILE}" || fatal "failed to dump database" - info "pushing database dump to s3" + info "pushing database dump to s3 - ${S3_OBJECT_PATH}" aws s3 cp --no-progress "${DB_TEMPORARY_FILE}" "${S3_OBJECT_PATH}" || fatal "failed to push dump to s3" info "triggering github actions db image workflow"