Skip to content
Snippets Groups Projects
Commit d0d483dd authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

testing gitlab-ci

parent 62938262
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@ services:
variables:
POSTGRES_DB: portalmec_test
DATABASE_URL: "postgresql://postgres:5432/portalmec_test"
POSTGRES_USER: portalmec
POSTGRES_PASSWORD: 123mudar
before_script:
- apt-get update -y
......
......@@ -6,11 +6,14 @@ default: &defaults
development: &development
<<: *defaults
database: portalmec_dev
username:
password:
username: portalmec
password: 123mudar
test:
url: <%= ENV['DATABASE_URL'] %>
<<: *defaults
database: portalmec_test
username: portalmec
password: 123mudar
production:
<<: *defaults
......
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