Skip to content

Instantly share code, notes, and snippets.

@jnolis
Last active February 21, 2022 14:37
Show Gist options
  • Save jnolis/02a6d156ea9aa6eeb2c51f8aa2ddf521 to your computer and use it in GitHub Desktop.
Save jnolis/02a6d156ea9aa6eeb2c51f8aa2ddf521 to your computer and use it in GitHub Desktop.
Temp recipe
{
"name": "usage-reporting-prod",
"image_uri": "saturncloud/saturn-rstudio:2022.01.06",
"description": "API endpoint for Saturn Cloud usage hosted with R and plumber",
"working_directory": "/home/jovyan/usage-reporting",
"start_script": "Rscript startup.R",
"git_repositories": [
{
"url": "git@github.com:saturncloud/usage-reporting.git",
"location": "/home/jovyan/usage-reporting",
"on_restart": "reclone"
}
],
"deployment": {
"instance_type": "medium",
"command": "Rscript run_api.R",
"instance_count": 1,
"public": true
},
"version": "2022.01.06"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment