Skip to content

Instantly share code, notes, and snippets.

View anilsakr's full-sized avatar
🎯
Focusing

Anil Saripiralla anilsakr

🎯
Focusing
View GitHub Profile
@danielTobon43
danielTobon43 / README.md
Last active June 29, 2023 09:34
Sync Bitbucket workspace to AWS Codecommit

Sync Bitbucket workspace/AWS codecommit

This section explains the procedure for synchronizing a workspace in Bitbucket to codecommit. This allows each new repository to be automatically synchronized using a global SSH key provided to the Bitbucket workspace and the pipeline corresponding to the synchronization. (This procedure assumes you have a codecommit repository already created)

SSH key configuration

  • SSH key without passphrase
ssh-keygen -t rsa -f ~/.ssh/[KEY-NAME] -C [USER-NAME] -N ''

e.g.