Sign inSign up

taraj2/repush

By taraj2

•Updated almost 7 years ago

App to automatic push master branch to another repository

Image
0

230

taraj2/repush repository overview

⁠RePush

App to automatic push master branch to another repository

⁠Usage

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)

⁠Docker

https://hub.docker.com/r/taraj2/repush⁠

Tag summary

Content type

Image

Digest

Size

35.1 MB

Last updated

almost 7 years ago

docker pull taraj2/repush