Skip to content

Commit

Permalink
doc: update deployment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Nov 3, 2022
1 parent 4632fdb commit d63bb82
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ EclipseCon 2022

## Deploy the application

To easily deploy the required services, this project provides a JBang script that will deploy the application to OpenShift.

If you're running from an SH compatible terminal, you can run the following command:
```shell
./deploy-to-sandbox.sh
```

From any other platform, you can run the following commands:

```shell
cd prod
jbang PrepareEnvironment.java
Expand Down

0 comments on commit d63bb82

Please sign in to comment.