View source: R/set_gitlab_ci.R
set_gitlab_ci | R Documentation |
Copies the .gitlab-ci.yml
file provided by the shiny2docker
package
into the specified directory. The GitLab CI configuration is designed to build a Docker image
and push the created image to the GitLab container registry.
set_gitlab_ci(path)
path |
A character string specifying the directory where the
|
A logical value indicating whether the file was successfully copied (TRUE
)
or not (FALSE
).
# Copy the .gitlab-ci.yml file to a temporary directory
set_gitlab_ci(path = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.