+9
-1
.tangled/workflows/github.yml
+9
-1
.tangled/workflows/github.yml
···
4
5
when:
6
- event: ["push"]
7
-
branch: ["release", "test"]
8
9
engine: nixery
10
···
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 ..
···
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 ..
···
4
5
when:
6
- event: ["push"]
7
+
branch: ["release"]
8
9
engine: nixery
10
···
36
git fetch --unshallow origin
37
git fetch github
38
git push github HEAD:refs/heads/release
39
+
- name: Write SSH Key
40
+
command: |
41
+
echo "$KEY_SSH_GITHUB_PACKETMIX" > /tmp/key-ssh-github
42
+
chmod 600 /tmp/key-ssh-github
43
- name: Push packetmix to GitHub
44
command: |
45
cd ..
···
48
git remote add github git@github.com:FreshlyBakedCake/PacketMix.git
49
git fetch github
50
git push github origin/refs/heads/release:refs/heads/release
51
+
- name: Write SSH Key
52
+
command: |
53
+
echo "$KEY_SSH_GITHUB_SPRINKLES" > /tmp/key-ssh-github
54
+
chmod 600 /tmp/key-ssh-github
55
- name: Push sprinkles to GitHub
56
command: |
57
cd ..
History
2 rounds
0 comments
a.starrysky.fyi
submitted
#1
1 commit
expand
collapse
ci(*/github): add specific project mirrors
expand 0 comments
pull request successfully merged
a.starrysky.fyi
submitted
#0
1 commit
expand
collapse
ci(*/github): add specific project mirrors