Skip to content

fix(server/proxy): enforce explicit domain on IO primary host #316

fix(server/proxy): enforce explicit domain on IO primary host

fix(server/proxy): enforce explicit domain on IO primary host #316

Workflow file for this run

name: Mirror to Codeberg
on: [push, delete]
jobs:
mirror:
if: github.repository == 'DaRacci/nix-config'
runs-on: ubuntu-latest
steps:
- name: Checkout full repo
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Mirror to Codeberg
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: "git@codeberg.org:Racci/nix-config.git"
ssh_private_key: ${{ secrets.MIRROR_SSH_KEY }}
ssh_username: git