1
0
Fork 0
mirror of https://github.com/SamTherapy/SamTherapy synced 2024-05-20 07:36:05 +00:00

Remove the mirror push because it sucks

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2024-04-10 16:17:36 +02:00
parent 20f3cd4ce5
commit 4711a5f591
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -1,19 +0,0 @@
name: Mirror Push
on:
push:
branches: [master]
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: mirror
uses: yesolutions/mirror-action@master
with:
REMOTE: 'ssh://git@git.froth.zone/sam/.profile.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"