Skip to content

Commit 7095936

Browse files
committed
rephrase
1 parent 9adcde3 commit 7095936

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

docs/other-tools/CI-CD/github-actions/setup-github-actions-pipeline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ To create a fork of the example `simple-node-app` repository:
7474

7575
!!! tip "Unselect Copy the `main` branch only Option"
7676

77-
When forking the repository, make sure to **unselect the
78-
"Copy the `main` branch only" option**. If this option is left enabled,
77+
When forking the repository, make sure to **unselect the "Copy the `main`
78+
branch only" option**. If this option is left enabled (**selected by default**),
7979
only the default `main` branch will be copied, and other branches - such
8080
as `with_pvc`, which contains important CI/CD workflows for using a
8181
**Persistent Volume Claim (PVC)** - will not be included.
@@ -188,7 +188,7 @@ file if the default values are not suitable for your project.
188188
Optionally edit the build-image step to build your project:
189189

190190
The default build type uses a Dockerfile at the root of the repository,
191-
but can be replaced with a different file, a source-to-image (S2i) build, or
191+
but can be replaced with a different file, a source-to-image (S2I) build, or
192192
a step-by-step [buildah](https://buildah.io/) build.
193193

194194
#### 10. Commit and Push Workflow to Trigger Pipeline
205 KB
Loading

docs/other-tools/R/r-shiny-server/running-rshiny-on-NERC.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,23 @@ To create a fork of the example `rshiny-testapp` repository:
6464

6565
![How to Fork Github Repo](images/rshiny-repo-fork-github.png)
6666

67+
!!! tip "Deploying R Shiny App Using GitHub Actions CI/CD"
68+
69+
When forking the repository, make sure to **unselect the "Copy the `main`
70+
branch only" option**. If this option is left enabled (**selected by default**),
71+
only the default `main` branch will be copied, and other branches - such
72+
as `rshiny_with_ci_cd`, which contains important CI/CD workflows using
73+
**GitHub Actions** with support for a **Persistent Volume Claim (PVC)**
74+
- will not be included.
75+
76+
![Unselect Copy the `main` branch only Option](images/rshiny-repo-fork-github-all-branches.png)
77+
78+
Unselecting this option ensures that **all branches are copied**, preserving
79+
the complete repository history and structure needed for proper development
80+
and deployment. This is especially important if you plan to deploy your
81+
**R Shiny application to your OpenShift project using GitHub Actions CI/CD**,
82+
as described in [Deploying R Shiny app using GitHub Actions CI/CD](../../CI-CD/github-actions/setup-github-actions-pipeline.md#deploy-an-application-to-your-nerc-openshift-project).
83+
6784
Clone your forked _rshiny-testapp_ git repository:
6885

6986
```sh

0 commit comments

Comments
 (0)