Skip to content

Commit

Permalink
chore: remove test.env
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyoptimist committed Oct 29, 2023
1 parent 19fea3f commit 0ae04aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
- name: Run Rubocop
run: >-
[ -f "db/schema.rb" ] && chmod 777 db/schema.rb;
cp .env.example .env;
docker compose run -T web sh -c "bundle exec rubocop --parallel --format junit --out rubocop.xml"
- name: Publish Linting Report
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- "./:/app/"
- "./log:/app/log"
env_file:
- test.env
- .env
ports:
- "3000:3000"
command: bash -c "rails s -b 0.0.0.0"
Expand All @@ -25,7 +25,7 @@ services:
db:
image: postgres:14
env_file:
- test.env
- .env
environment:
- POSTGRES_DB=${DATABASE_NAME}
- POSTGRES_PASSWORD=${DATABASE_PASSWORD}
Expand Down
15 changes: 0 additions & 15 deletions test.env

This file was deleted.

0 comments on commit 0ae04aa

Please sign in to comment.