Skip to content

Instantly share code, notes, and snippets.

@jnolis
Created November 29, 2021 15:13
Show Gist options
  • Save jnolis/dfda6f44344c0b5aaee3038a535c9cf0 to your computer and use it in GitHub Desktop.
Save jnolis/dfda6f44344c0b5aaee3038a535c9cf0 to your computer and use it in GitHub Desktop.
{
"name": "embed-recipe-site",
"image_uri": "saturncloud/saturn-r:2021.11.10-2",
"description": "A simple website with R and Shiny for embedding recipe links",
"environment_variables": {},
"working_directory": "/home/jovyan/git-repos/embed-recipes-site",
"extra_packages": {
"use_mamba": true,
"conda": "",
"apt": "libv8-dev",
"pip": ""
},
"start_script": "sh /home/jovyan/git-repos/embed-recipes-site/startup_script.sh",
"git_repositories": [
{
"url": "git@github.com:saturncloud/embed-recipes-site.git",
"location": "embed-recipes-site",
"public": false,
"on_restart": "reclone",
"reference": null,
"reference_type": "branch"
}
],
"deployment": {
"instance_type": "medium",
"command": "Rscript run_app.R",
"instance_count": 1,
"public": false
},
"owner": "production",
"collaborators": [],
"version": "2021.10.26-qa"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment