Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 069f89d

Browse files
committed
debug
1 parent 04d038d commit 069f89d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ before_install:
2020

2121
script:
2222
- bundle exec rubocop
23-
- docker-compose exec webapp mysql -u root -pilikerandompasswords -h dkdeploycore_db_1 -P 3306 -e exit
24-
- docker-compose exec webapp mysql -u root -pilikerandompasswords -h dkdeploy-core_db_1 -P 3306 -e exit
23+
- docker-compose ps
24+
- docker-compose exec webapp mysql -u root -pilikerandompasswords -h database -P 3306 -e exit
2525
#- bundle exec cucumber

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ services:
66
- '5001:22'
77
depends_on:
88
- db
9+
links:
10+
- db:database
911
volumes:
1012
- mysql-log:/var/log/mysql
1113
- ./config/docker/ssh/authorized_keys:/root/.ssh/authorized_keys

0 commit comments

Comments
 (0)