tangled
alpha
login
or
join now
freshlybakedca.ke
/
patisserie
10
fork
atom
Your one-stop-cake-shop for everything Freshly Baked has to offer
10
fork
atom
overview
issues
pulls
5
pipelines
ci(*/github): add specific project mirrors
a.starrysky.fyi
5 months ago
8291d0af
7dbd80c3
verified
This commit was signed with the committer's
known signature
.
a.starrysky.fyi
SSH Key Fingerprint:
SHA256:fvif+XXqG4oFyBAQC1CLV3s3xTqMuCTpfHRNwPPtUMo=
5/5
deadnix.yml
success
7s
packetmix-build.yml
success
7m 59s
packetmix-npins-duplicate-check.yml
success
7s
packetmix-treefmt.yaml
success
58s
reuse.yml
success
7s
+18
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
github.yml
+18
-2
.tangled/workflows/github.yml
···
4
4
5
5
when:
6
6
- event: ["push"]
7
7
-
branch: ["release"]
7
7
+
branch: ["release", "test"]
8
8
9
9
engine: nixery
10
10
···
30
30
echo "Host github.com" >> /etc/ssh/ssh_config
31
31
echo " User git" >> /etc/ssh/ssh_config
32
32
echo " IdentityFile /tmp/key-ssh-github" >> /etc/ssh/ssh_config
33
33
-
- name: Push to GitHub
33
33
+
- name: Push * to GitHub
34
34
command: |
35
35
git remote add github git@github.com:FreshlyBakedCake/Patisserie.git
36
36
git fetch --unshallow origin
37
37
git fetch github
38
38
git push github HEAD:refs/heads/release
39
39
+
- name: Push packetmix to GitHub
40
40
+
command: |
41
41
+
cd ..
42
42
+
git clone https://git.freshlybakedca.ke/patisserie.git:workspace=projects/packetmix.git
43
43
+
cd packetmix
44
44
+
git remote add github git@github.com:FreshlyBakedCake/PacketMix.git
45
45
+
git fetch github
46
46
+
git push github origin/refs/heads/release:refs/heads/release
47
47
+
- name: Push sprinkles to GitHub
48
48
+
command: |
49
49
+
cd ..
50
50
+
git clone https://git.freshlybakedca.ke/patisserie.git:workspace=projects/sprinkles.git
51
51
+
cd packetmix
52
52
+
git remote add github git@github.com:FreshlyBakedCake/Sprinkles.git
53
53
+
git fetch github
54
54
+
git push github origin/refs/heads/release:refs/heads/release