Created
November 29, 2021 15:13
-
-
Save jnolis/dfda6f44344c0b5aaee3038a535c9cf0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]: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