Skip to content
Snippets Groups Projects
Commit b073f8d6 authored by František Řezníček's avatar František Řezníček
Browse files

Update best-practices/README.md

parent b3cc061d
No related branches found
No related tags found
No related merge requests found
......@@ -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) |
| ... | ... | ... | ... | ... | ... | ... |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment