Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.

adobe/helix-code-bus

Helix Code Bus

Service that syncs github with the helix code bus storage

Status

codecov CircleCI GitHub license GitHub issues LGTM Code Quality Grade: JavaScript semantic-release

Installation

Usage

curl https://helix-pages.anywhere.run/helix-services/code-bus@v1

Initial Sync

An initial sync of repository can be done using the aws cli:

$ cd my-git-checkout
$ git pull origin main
$ aws --profile adobe s3 sync  --exclude ".git/*" --exclude ".github/*" . s3://helix-code-bus/<owner>/<repo>/main 

Development

Deploying Helix Code Bus

All commits to main that pass the testing will be deployed automatically. All commits to branches that will pass the testing will get commited as /helix-services/code-bus@ci<num> and tagged with the CI build number.