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
a94653aa
7dbd80c3
verified
This commit was signed with the committer's
known signature
.
a.starrysky.fyi
SSH Key Fingerprint:
SHA256:fvif+XXqG4oFyBAQC1CLV3s3xTqMuCTpfHRNwPPtUMo=
+25
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
github.yml
+25
-1
.tangled/workflows/github.yml
···
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: Write SSH Key
40
40
+
command: |
41
41
+
echo "$KEY_SSH_GITHUB_PACKETMIX" > /tmp/key-ssh-github
42
42
+
chmod 600 /tmp/key-ssh-github
43
43
+
- name: Push packetmix to GitHub
44
44
+
command: |
45
45
+
cd ..
46
46
+
git clone https://git.freshlybakedca.ke/patisserie.git:workspace=projects/packetmix.git
47
47
+
cd packetmix
48
48
+
git remote add github git@github.com:FreshlyBakedCake/PacketMix.git
49
49
+
git fetch github
50
50
+
git push github origin/refs/heads/release:refs/heads/release
51
51
+
- name: Write SSH Key
52
52
+
command: |
53
53
+
echo "$KEY_SSH_GITHUB_SPRINKLES" > /tmp/key-ssh-github
54
54
+
chmod 600 /tmp/key-ssh-github
55
55
+
- name: Push sprinkles to GitHub
56
56
+
command: |
57
57
+
cd ..
58
58
+
git clone https://git.freshlybakedca.ke/patisserie.git:workspace=projects/sprinkles.git
59
59
+
cd packetmix
60
60
+
git remote add github git@github.com:FreshlyBakedCake/Sprinkles.git
61
61
+
git fetch github
62
62
+
git push github origin/refs/heads/release:refs/heads/release