Skip to content

Commit

Permalink
Use default environment (production)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 2, 2023
1 parent 18ab53f commit 969211a
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 = 'r-universe', ref = ref,
universe = universe, ref = ref,
description = sprintf('Deploying to https://%s.r-universe.dev/%s', universe, package),
production_environment = TRUE, auto_merge = FALSE,
task = paste0('deploy:', package), required_contexts = vector())
Expand Down

0 comments on commit 969211a

Please sign in to comment.