CI/CD Software Development Pipeline
CI/CD Pipeline & Toolchain Continuous Integration / Continuous Delivery is the development lifecycle trend is the agile approach for software development Users Setup passwordless user $useradd –disabled-password user-name $passwd -d user-name Install dev tools GitHub SSH Keys Keys must be unique (each git account have own unique key and unique developer, key naming id_<developer-name>_<git-account>) ex. […]