CI/CD With AWS CodeCommit
My organization uses CodeCommit for repos. I was wondering if there was a way to get a project connected to our repo instead of using GitHub.
Solution:Jump to solution
disclaimer I have never heard of CodeCommit until I read your post, I think it's just aws'es version of github? but of course there's no native way to connect your aws repo to railway, you would have do some some kind of action and use the cli with it's
railway up
command, this is how you would do it with github, you would need to adapt this guide for CodeCommit
https://blog.railway.app/p/github-actions...5 Replies
Project ID:
N/A
N/A
Solution
disclaimer I have never heard of CodeCommit until I read your post, I think it's just aws'es version of github? but of course there's no native way to connect your aws repo to railway, you would have do some some kind of action and use the cli with it's
railway up
command, this is how you would do it with github, you would need to adapt this guide for CodeCommit
https://blog.railway.app/p/github-actionsYeah it is just like GitHub, but annoying to use. Thanks for the link! I'll give it a shot.
no problem, and good luck!