Your one-stop-cake-shop for everything Freshly Baked has to offer

ci(*/github): add specific project mirrors #69

merged opened by a.starrysky.fyi targeting main from test
Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3m2fjidt5ot22
+18 -2
Diff #0
+18 -2
.tangled/workflows/github.yml
··· 4 5 when: 6 - event: ["push"] 7 - branch: ["release"] 8 9 engine: nixery 10 ··· 30 echo "Host github.com" >> /etc/ssh/ssh_config 31 echo " User git" >> /etc/ssh/ssh_config 32 echo " IdentityFile /tmp/key-ssh-github" >> /etc/ssh/ssh_config 33 - - name: Push to GitHub 34 command: | 35 git remote add github git@github.com:FreshlyBakedCake/Patisserie.git 36 git fetch --unshallow origin 37 git fetch github 38 git push github HEAD:refs/heads/release
··· 4 5 when: 6 - event: ["push"] 7 + branch: ["release", "test"] 8 9 engine: nixery 10 ··· 30 echo "Host github.com" >> /etc/ssh/ssh_config 31 echo " User git" >> /etc/ssh/ssh_config 32 echo " IdentityFile /tmp/key-ssh-github" >> /etc/ssh/ssh_config 33 + - name: Push * to GitHub 34 command: | 35 git remote add github git@github.com:FreshlyBakedCake/Patisserie.git 36 git fetch --unshallow origin 37 git fetch github 38 git push github HEAD:refs/heads/release 39 + - name: Push packetmix to GitHub 40 + command: | 41 + cd .. 42 + git clone https://git.freshlybakedca.ke/patisserie.git:workspace=projects/packetmix.git 43 + cd packetmix 44 + git remote add github git@github.com:FreshlyBakedCake/PacketMix.git 45 + git fetch github 46 + git push github origin/refs/heads/release:refs/heads/release 47 + - name: Push sprinkles to GitHub 48 + command: | 49 + cd .. 50 + git clone https://git.freshlybakedca.ke/patisserie.git:workspace=projects/sprinkles.git 51 + cd packetmix 52 + git remote add github git@github.com:FreshlyBakedCake/Sprinkles.git 53 + git fetch github 54 + git push github origin/refs/heads/release:refs/heads/release

History

2 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
ci(*/github): add specific project mirrors
expand 0 comments
pull request successfully merged
a.starrysky.fyi submitted #0
1 commit
expand
ci(*/github): add specific project mirrors
expand 0 comments