Skip to content

ci(front): Add nextjs build cache #24

ci(front): Add nextjs build cache

ci(front): Add nextjs build cache #24

Workflow file for this run

name: Mirroring to Epitech repository
on:
push:
env:
MIRROR_URL: "[email protected]:EpitechPromo2026/G-EIP-700-PAR-7-1-eip-reza.rahemtola.git"
jobs:
push-to-mirror:
name: Push to Epitech repository
runs-on: ubuntu-latest
environment: Epitech repository
steps:
- name: Repository checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Cloning to mirror
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
${{ env.MIRROR_URL }}
ssh_private_key:
${{ secrets.SSH_EPITECH_MIRRORING_KEY }}