From b073f8d684f879dce17c5f505104dd86dc8c8eea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20=C5=98ezn=C3=AD=C4=8Dek?= <246254@mail.muni.cz> Date: Wed, 14 Apr 2021 10:41:05 +0000 Subject: [PATCH] Update best-practices/README.md --- best-practices/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/best-practices/README.md b/best-practices/README.md index e9f40dd..8c68dfb 100644 --- a/best-practices/README.md +++ b/best-practices/README.md @@ -195,7 +195,7 @@ A project automation is usually done in CI/CD pipelines. Read [Gitlab CI/CD arti Following table shows the different cloud usage phases: -| Cloud usage phase | Cloud resource management | Project packaging | Project deployment | Project execution | Project data synchronization | Project troubleshooting | +| Cloud usage phase | Cloud resource provisioning / management | Project packaging | Project deployment | Project execution | Project data synchronization | Project troubleshooting | | :--- | :---: | :-----------: | :------: | :------------: | :------------: | :------------: | | ineffective manual approach | manual (`ssh`) | manually built binaries (versioned?) | manual deployment (scp) | manual execution (ssh) | manual transfers (scp) | manual investigation on VM (scp) | | ... | ... | ... | ... | ... | ... | ... | -- GitLab