mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-23 19:29:24 +00:00
Add Pull Request deployment workflow
This commit is contained in:
9
.github/workflows/mirror.yml
vendored
9
.github/workflows/mirror.yml
vendored
@@ -29,6 +29,9 @@ concurrency:
|
||||
jobs:
|
||||
gitlab:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: actions-ssh
|
||||
url: https://gitlab.com/privacyguides/privacyguides.org
|
||||
steps:
|
||||
- name: Mirror to GitLab
|
||||
uses: wearerequired/git-mirror-action@v1
|
||||
@@ -40,6 +43,9 @@ jobs:
|
||||
|
||||
codeberg:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: actions-ssh
|
||||
url: https://codeberg.org/privacyguides/privacyguides.org
|
||||
steps:
|
||||
- name: Mirror to Codeberg
|
||||
uses: wearerequired/git-mirror-action@v1
|
||||
@@ -51,6 +57,9 @@ jobs:
|
||||
|
||||
sourcehut:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: actions-ssh
|
||||
url: https://git.sr.ht/~jonaharagon/privacyguides.org
|
||||
steps:
|
||||
- name: Mirror to SourceHut
|
||||
uses: wearerequired/git-mirror-action@v1
|
||||
|
Reference in New Issue
Block a user