Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
Add BLUECHERRY_DB_HOST to mysqldump section in my.cnf
  • Loading branch information
curtishall authored Jan 3, 2024
1 parent bddbd0b commit 72712f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ echo "> Writing /root/.my.cnf"
echo "[mysqldump]"; \
echo "user=$MYSQL_ADMIN_LOGIN"; \
echo "password=$MYSQL_ADMIN_PASSWORD"; \
echo "host=$BLUECHERRY_DB_HOST"; \
echo "[mysqldiff]"; \
echo "user=$MYSQL_ADMIN_LOGIN"; \
echo "password=$MYSQL_ADMIN_PASSWORD"; \
Expand Down

0 comments on commit 72712f0

Please sign in to comment.