-
Notifications
You must be signed in to change notification settings - Fork 1
Archiving Deployments
Aron Heesakkers edited this page Jun 7, 2021
·
2 revisions
Prerequisites:
- Should have cloned
FIPost/docslocally. - Should have a working deployed
microk8s environmentas described on this page.
Go to the folder deployments.
cd docs/deploymentsCopy the deployment files from the server.
scp -r {username}@{ipaddress or domain name}:{server folder where yaml's are stored} .scp -r ubuntu@fipost.nl:/home/ubuntu/kube_config .Rename the folder to the current sprint. In this example sprint-4 is used.
mv kube_config sprint-4Add, commit and push the changes.
git add .git commit -m "sprint-4"git push