Last active
February 21, 2022 14:37
-
-
Save jnolis/02a6d156ea9aa6eeb2c51f8aa2ddf521 to your computer and use it in GitHub Desktop.
Temp recipe
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": "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": "[email protected]: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