Skip to content

Commit

Permalink
Merge pull request #67 from SAP-samples/update-cw47
Browse files Browse the repository at this point in the history
Update cw47
  • Loading branch information
matthieupelatan committed Dec 6, 2023
2 parents e6a85fc + 119a563 commit 95e648c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/easyfranchise/source/approuter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "node approuter-start.js"
},
"dependencies": {
"@sap/approuter": "14.3.4",
"@sap/approuter": "14.4.2",
"@sap/xsenv": "^4.0.0",
"@sap/xssec": "^3.4.0",
"@sap/xssec": "^3.6.0",
"jwt-decode": "^4.0.0"
},
"devDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion code/easyfranchise/source/broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@kubernetes/client-node": "~0.15.0",
"@sap/xsenv": "~3.1.0",
"@sap/xssec": "~3.2.8",
"@sap/xssec": "^3.6.0",
"axios": "^0.23.0",
"express": "~4.17.1",
"passport": "^0.5.0"
Expand Down
3 changes: 2 additions & 1 deletion documentation/appendix/script-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ We recommend using a Linux subsystem for the tutorial as our scripts are only av
## Deployment Script

Execute build script from within the [setup folder](../../../code/setup):
Execute build script from within the [setup folder](../../../code/setup).

```shell
./easyfranchise-deployment.sh
```
> Note: Make sure that the file is executable. If this is not the case, you can do it for example with ```chmod 777 easyfranchise-deployment.sh``` on Unic OS and then execute the script.
Execute build script in dry-run mode:

Expand Down

0 comments on commit 95e648c

Please sign in to comment.