diff --git a/.gitignore b/.gitignore index 88b2f98..5517f4a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,5 +19,3 @@ deploy/ # Shiny bookmarks shiny_bookmarks/ -# Ignore log files -logs/ diff --git a/dev/03_deploy.R b/dev/03_deploy.R index 51c8300..60f9869 100644 --- a/dev/03_deploy.R +++ b/dev/03_deploy.R @@ -35,7 +35,7 @@ golem::add_shinyappsio_file() ## If you want to deploy via a generic Dockerfile # golem::add_dockerfile_with_renv() ## If you want to deploy to ShinyProxy -golem::add_dockerfile_with_renv_shinyproxy(output_dir = "deploy") +golem::add_dockerfile_with_renv_shinyproxy(output_dir = "deploy", document = FALSE) # Internally hosted at IIASA # TODO: diff --git a/logs/README.txt b/logs/README.txt new file mode 100644 index 0000000..e69de29