Skip to content

Commit 6d68ddc

Browse files
Merge pull request #261805 from KimForss/main
How to update the repo
2 parents cf71a26 + 802ba59 commit 6d68ddc

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

articles/sap/automation/deployment-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Overview of the framework and tooling for SAP Deployment Automation
44
author: kimforss
55
ms.author: kimforss
66
ms.reviewer: kimforss
7-
ms.date: 05/29/2022
7+
ms.date: 12/21/2023
88
ms.service: sap-on-azure
99
ms.subservice: sap-automation
1010
ms.topic: conceptual

articles/sap/automation/upgrading.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,23 @@ sudo ln -vfs "../$(basename "${tf_dir}")/terraform" "${tf_bin}/terraform"
218218

219219
```
220220

221+
### Upgrading the SAP Automation code base on the deployer
222+
223+
You can upgrade the SAP Automation code base on the deployer virtual machines by running the following script:
224+
225+
```bash
226+
227+
cd ~/Azure_SAP_Automated_Deployment/sap-automation
228+
229+
git pull
230+
231+
cd ~/Azure_SAP_Automated_Deployment/sap-automation-samples
232+
233+
git pull
234+
235+
```
236+
237+
221238
## Upgrade the workload zone
222239

223240
The workload zone is the second component you need to upgrade. To upgrade the control plane, rerun the `SAP Workload Zone deployment` pipeline or rerun the `install_workloadzone.sh` script.

0 commit comments

Comments
 (0)