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

update-branch --distribution-repository #31

Closed
azu opened this issue Mar 18, 2018 · 0 comments
Closed

update-branch --distribution-repository #31

azu opened this issue Mar 18, 2018 · 0 comments

Comments

@azu
Copy link
Contributor

azu commented Mar 18, 2018

This is feature suggestion.

I want to deploy from org/name repository to org/org.github.io repository at times.

$(npm bin)/update-branch --commands "npm run build" \
                             --commit-message "Hey GitHub, this content is for you! [skip ci]" \
                             --directory "dist" \
                             --distribution-branch "gh-pages" \
                             --source-branch "master" \
                             --distribution-repository "git@github.com:org/org.github.io.git" # <= like this

UseCase:

I've developed almin/almin that is monorepo.
This mono repository includes website/ directory.
I want to deploy from almin/almin/website to almin/almin.github.io, but update-branch does not support distribution repository option.
Currently, I just use push-to-github-io.sh that is copied from alrra/travis-scripts.

Did you have any chance to support this feature?

alrra added a commit that referenced this issue Feb 19, 2021
Deprecate project as:

 * Travis CI's new pricing plan¹ has effectively dropped support
   for open source, so people are migrating² away from Travis CI
   (I did the same quite some time ago).

 * This project hasn't been maintain in years, nor are there any
   plans to do so in the future.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

¹ https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing
² ljharb/object.assign#81
  tc39/ecma262#2260

Close: #30
Close: #31
Close: #32
Close: #33
Close: #34
@alrra alrra closed this as completed in 5919202 Feb 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant