You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,3 +21,12 @@ If you have Python installed you can simply use it's simple HTP server:
21
21
cd src/www
22
22
python -m SimpleHTTPServer 8080
23
23
```
24
+
25
+
## CI/CD Build Infrastructure
26
+
- Prod Server (Rancher 1.6): https://security.iteratec.de:8443/env/1a5/apps/stacks/1st186/services/1s789/containers
27
+
- Build Server (Bamboo): https://bamboo.iteratec.io/browse/SB-SCBIO
28
+
- Artifact Server (Artifactory):
29
+
30
+
Each commit to the master repo results in a new container, which resist at: https://artifactory.iteratec.io/artifactory/webapp/#/artifacts/browse/tree/DockerV2Info/securecodebox.docker/securecodebox/website/latest
31
+
If you want to update the production Website http://www.secureCodeBox.io you need to manualy press the Upgrade button here: https://security.iteratec.de:8443/env/1a5/apps/stacks/1st186/services/1s789/containers
32
+
- This step is not automated because there is no review process in place yet (master / develop branch with pull requests)
0 commit comments