Update database hostnames

This commit is contained in:
Kevin Chung
2020-08-14 01:30:14 -04:00
parent c9de517966
commit 12a83bebea
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: AKIAIOSFODNN7EXAMPLE
AWS_SECRET_ACCESS_KEY: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
TESTING_DATABASE_URL: 'postgres://postgres@localhost/ctfd'
TESTING_DATABASE_URL: 'postgres://postgres@postgres/ctfd'
- name: Codecov
uses: codecov/codecov-action@v1.0.11