Skip to content

Commit

Permalink
more info on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Edouard-Legoupil committed Dec 1, 2023
1 parent 65ad899 commit 7a39b9f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions inst/extdata/dev/01_dev.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,18 @@ golem::run_dev()

## Now start adding modules from console
# Modules are like the pipe between your back-office functions and your user
# Name of the module - "my_first_module"
# Name of the module - "my_first_module" - use a meaningful name for your module
# graveler::level_up(name = "my_first_module")

# In case you added new libraries to be used within your app, get them registered in your namespace
# attachment::att_amend_desc()

### Deploy the app ----------
## Push to github - and then re-install your package from github

## Add manifest for CI/CD
## Now Add manifest for CI/CD
rsconnect::writeManifest()
## For deployment use the app.R file at the root of your project and then use
# the deployment button in blue to publish the project http://rstudio.unhcr.org
# alternatively you can also deploy as New Content from Git Repository directly from Posit Connect

0 comments on commit 7a39b9f

Please sign in to comment.