update DB address
This commit is contained in:
parent
dec6ae08e6
commit
62f4dfdf8c
1 changed files with 5 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ store_build_metadata <- function(
|
|||
package_name, tag, platform, error_occurred,
|
||||
force = FALSE, error = NA, build_duration = NA, size = NA) {
|
||||
con <- DBI::dbConnect(RPostgres::Postgres(),
|
||||
dbname = "build_metadata", host = "postgres-arm-binaries-r.devxy.io",
|
||||
dbname = "build_metadata", host = "r-binaries.devxy.io",
|
||||
port = 15432, user = "arm_binaries", password = Sys.getenv("PGPASS")
|
||||
)
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ store_build_metadata <- function(
|
|||
#' @importFrom dplyr group_by summarise filter n
|
||||
build_metadata_summary <- function(package_name, platform) {
|
||||
con <- DBI::dbConnect(RPostgres::Postgres(),
|
||||
dbname = "build_metadata", host = "postgres-arm-binaries-r.devxy.io",
|
||||
dbname = "build_metadata", host = "r-binaries.devxy.io",
|
||||
port = 15432, user = "arm_binaries", password = Sys.getenv("PGPASS")
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue