Compare commits
2 Commits
f7a47619ac
...
ffdb922142
Author | SHA1 | Date | |
---|---|---|---|
|
ffdb922142 | ||
|
2b8f29bde2 |
4
.github/workflows/mirror.yml
vendored
4
.github/workflows/mirror.yml
vendored
@ -24,5 +24,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
MIRROR_PAT: ${{ secrets.MIRROR_PAT }}
|
MIRROR_PAT: ${{ secrets.MIRROR_PAT }}
|
||||||
run: |
|
run: |
|
||||||
git remote add mirror https://slipstream:${MIRROR_PAT}@git.slipstreamm.dev/slipstream/disagreement.git
|
if ! git remote | grep -q "^mirror$"; then
|
||||||
|
git remote add mirror https://slipstream:${MIRROR_PAT}@git.slipstreamm.dev/slipstream/disagreement.git
|
||||||
|
fi
|
||||||
git push --mirror mirror
|
git push --mirror mirror
|
||||||
|
1
docs/CNAME
Normal file
1
docs/CNAME
Normal file
@ -0,0 +1 @@
|
|||||||
|
disagreement.xyz
|
Loading…
x
Reference in New Issue
Block a user