Skip to content
Snippets Groups Projects
Commit 23aead3b authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

added gitlab env setup steps as step 4

parent c07b46ad
Branches main
No related tags found
No related merge requests found
...@@ -134,8 +134,17 @@ GitLab Runners are agents that execute jobs defined in `.gitlab-ci.yml`. ...@@ -134,8 +134,17 @@ GitLab Runners are agents that execute jobs defined in `.gitlab-ci.yml`.
- Save the `token` value returned by the API for later use. - Save the `token` value returned by the API for later use.
--- ---
## 4. Set Up GitLab Environment
## 4. Building and Deploying Proxy Nodes ### To finalize your GitLab environment setup:
1. Go to the **Operate** tab in your GitLab project.
2. Create the desired environment (e.g., `build`, `dev`, or `production`).
3. Assign and configure environment-specific variables as per your requirements.
4. Trigger the pipeline and call the appropriate environment (`build` or `dev`) as needed based on pipeline job requirements.
## 5. Building and Deploying Proxy Nodes
### Prerequisites: ### Prerequisites:
...@@ -172,15 +181,6 @@ GitLab Runners are agents that execute jobs defined in `.gitlab-ci.yml`. ...@@ -172,15 +181,6 @@ GitLab Runners are agents that execute jobs defined in `.gitlab-ci.yml`.
docker push gitlab.rc.uab.edu:4567/<your_gitlab_namespace>/<project_name>:<tag> docker push gitlab.rc.uab.edu:4567/<your_gitlab_namespace>/<project_name>:<tag>
``` ```
### Set Up GitLab Environment as the Final Step
To finalize your GitLab environment setup:
1. Go to the **Operate** tab in your GitLab project.
2. Create the desired environment (e.g., `build`, `dev`, or `production`).
3. Assign and configure environment-specific variables as per your requirements.
4. Trigger the pipeline and call the appropriate environment (`build` or `dev`) as needed based on pipeline job requirements.
### Deployment Pipeline: ### Deployment Pipeline:
You can now schedule a pipeline to build and deploy proxy nodes. Use the same process for additional proxy nodes, such as HTTP proxies. You can now schedule a pipeline to build and deploy proxy nodes. Use the same process for additional proxy nodes, such as HTTP proxies.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment