Commit 8c54943f authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Updated TFS deployment in tutorial

- Clarified checkout of branches during elaboration and validation of the tutorials.
parent 381ff5a6
Loading
Loading
Loading
Loading
+94 −88
Original line number Diff line number Diff line
@@ -39,6 +39,12 @@ cd ~/tfs-ctrl
git checkout develop
```

__Important__: During the elaboration and validation of the tutorials, you should checkout branch
               "feat/microk8s-deployment". Otherwise, you will not have important files such as "my_deploy.sh" or
               "deploy.sh". As soon as the tutorials are completed and approved, we will remove this note and merge
               the "feat/microk8s-deployment" into "develop" and later into "master", and then the previous step will
               be effective.


## 1.3.4. Prepare a deployment script with the deployment settings
Create a new deployment script, e.g., `my_deploy.sh`, adding the appropriate settings as follows. This script, by