Skip to content

Commit a22d951

Browse files
committed
Updated README
1 parent 4fd8119 commit a22d951

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,9 @@ cd openshift-selenium
1111
./build-all.sh
1212
```
1313

14-
## Build On OpenShift
14+
## Build & Deploy On OpenShift
1515
```bash
1616
oc login -u <username> <openshift_console_url>
1717
oc new-project selenium-grid
18-
oc process -f openshift-templates/selenium-builds.yml | oc apply -f -
19-
```
20-
21-
## Deploy On OpenShift
22-
```bash
23-
oc login -u <username> <openshift_console_url>
24-
oc new-project selenium-grid
25-
oc process -f openshift-templates/selenium-deployment.yml | oc apply -f -
18+
./build-all-openshift.sh
2619
```

0 commit comments

Comments
 (0)