App to automatic push master branch to another repository
230
App to automatic push master branch to another repository
By default, you need docker to run this aplication. This is example docker-compose.yml
version: '3.7'
services:
repush:
image: taraj2/repush
container_name: repush
environment:
- SECRET=YOUR_SECRET
- PORT=8585
- PUSH_FORCE=FALSE
- SOURCE_REPO=https://USERNAME:[email protected]/Taraj/in.git
- TARGET_REPO=https://USERNAME:[email protected]/Taraj/out.git
restart: on-failure
ports:
- 8585:8585
In your SOURCE_REPO you should setup https://developer.github.com/webhooks/ and set SECRET and PORT(in section ports and environment)
Content type
Image
Digest
Size
35.1 MB
Last updated
almost 7 years ago
docker pull taraj2/repush