mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-01-10 01:24:28 +01:00
Update database hostnames
This commit is contained in:
2
.github/workflows/postgres.yml
vendored
2
.github/workflows/postgres.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user