문제

I have a small node at openshift, which only accepts git pushes. For the sake of having a backup I use bitbucket to store all my projects. I was wondering if it would be possible that when I push my changes to bitbucket, it will automatically push those changes to openshift. This would save me some time to manually push to both locations.

도움이 되었습니까?

해결책

One way is to define a POST hook on Bitbucket which will ask your node to execute a pull from Bitbucket repo.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top