Skip to content

Commit

Permalink
Added more info to log message
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria committed Nov 22, 2023
1 parent a6c74e1 commit 3499d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/php/db-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3499d38

Please sign in to comment.