Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 51aab3f2 authored by root's avatar root
Browse files

mysql host

parent aedce2d2
No related branches found
No related tags found
No related merge requests found
Pipeline #34218 failed
...@@ -31,7 +31,7 @@ mysql_build: ...@@ -31,7 +31,7 @@ mysql_build:
- apt-get update && apt-get --assume-yes install mysql-client - apt-get update && apt-get --assume-yes install mysql-client
- mysql --version - mysql --version
script: script:
- echo "SELECT 'OK';" | mysql --user=root --password="${MYSQL_ROOT_PASSWORD}" --host=mysql "${MYSQL_DATABASE}" - echo "SELECT 'OK';" | mysql --user=root --password="${MYSQL_ROOT_PASSWORD}" --host=localhost "${MYSQL_DATABASE}"
deploy_site: deploy_site:
stage: deploy stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment