CodeCommit – Git

HTTPS In order to be able to work with the Git repository in CodeCommit using the AIM role, AWS Cli must be installed on the instance. You will also need “credential-helper“, for this we create a configuration file for Git:   And copy the following into it:   Now you can work with CodeCommit over … Continue reading "CodeCommit – Git"

Git – Diff file between last and last commit

This line checks the change of the “configmap.yml” file between the last and the last but one commit, if there was a change in it, then the configmap update in Kubernetes is performed.

Heroku – Ruby on Rails

System preparation Install RVM Go to the site rvm.io and look at the installation commands: Add a user to the group: rvm:x:1001:ubuntu My username in the system – ubuntu   Then from the user: