Skip to content

Commit

Permalink
Use single environment for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 1, 2023
1 parent df10644 commit 8ac262f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/deployment.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @param source_status string with result of building source pkg including vignettes
update_deployment_status <- function(universe, package, ref, buildlog, source_status){
deployment <- gh::gh('POST /repos/r-universe/{universe}/deployments',
universe = universe, environment = package, ref = ref,
universe = universe, environment = 'r-universe', ref = ref,
description = sprintf('Deploying to https://%s.r-universe.dev/%s', universe, package),
production_environment = TRUE, auto_merge = FALSE,
task = 'deploy', required_contexts = vector())
Expand Down

0 comments on commit 8ac262f

Please sign in to comment.