Skip to content
Snippets Groups Projects
Commit 817ca07a authored by sunny-potato's avatar sunny-potato
Browse files

modify gitlab-ci

parent b26d09b0
Branches
No related tags found
No related merge requests found
Pipeline #192180 failed
......@@ -2,10 +2,10 @@ image: node:latest
variables:
# Configure server/src/mysql-pool.ts
MYSQL_HOST = 'mysql.stud.ntnu.no';
MYSQL_USER = 'sunheec_todo2';
MYSQL_PASSWORD = 'sunheec_todo2';
MYSQL_DATABASE = 'sunheec_todo2_dev';
MYSQL_HOST: localhost
MYSQL_USER: test
MYSQL_PASSWORD: test
MYSQL_DATABASE: test
stages:
- build # Jobs placed in build stage will run first
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment