Skip to content

Commit

Permalink
Use Supabase Database
Browse files Browse the repository at this point in the history
Note the dependency update on PostgresNIO is necessary as the latest patch release contains a bug fix specifically introduced with Supabase's new load balancer.

vapor/postgres-nio#451
  • Loading branch information
Sherlouk committed Jan 30, 2024
1 parent e963815 commit fa4c12c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
secrets: |
CHECKIN_SECRET=APP_CHECKIN_SECRET:latest
CHECKIN_TAG=TITO_CHECKIN_TAG:latest
DATABASE_URL=HEROKU_DATABASE_URL:latest
DATABASE_URL=SUPABASE_DATABASE_URL:latest
P8_CERTIFICATE=APNS_CERTIFICATE:latest
S3_KEY=AWS_KEY:latest
S3_SECRET=AWS_SECRET:latest
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/postgres-nio.git",
"state" : {
"revision" : "fa3137d39bca84843739db1c5a3db2d7f4ae65e6",
"version" : "1.20.0"
"revision" : "e9b90b2189b6c64d41522d87616b04f6d978bb06",
"version" : "1.20.1"
}
},
{
Expand Down

0 comments on commit fa4c12c

Please sign in to comment.