From e6d0c31929057fa2f305899e04caef11552ad9f3 Mon Sep 17 00:00:00 2001 From: Jules Date: Wed, 18 Dec 2024 17:37:05 -0500 Subject: [PATCH] ezf --- .github/workflows/deploy.yaml | 52 +++++++++++++++++------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7166fc1..76e05a7 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -7,37 +7,37 @@ on: - "v*" jobs: - deployEpitech: - runs-on: ubuntu-latest - name: Deploy to EPITECH Repository + # deployEpitech: + # runs-on: ubuntu-latest + # name: Deploy to EPITECH Repository - steps: - - name: Checkout code - uses: actions/checkout@v2 + # steps: + # - name: Checkout code + # uses: actions/checkout@v2 - - name: Setup SSH - uses: webfactory/ssh-agent@v0.5.3 - with: - ssh-private-key: ${{ secrets.DEPLOY_EPITECH_KEY }} + # - name: Setup SSH + # uses: webfactory/ssh-agent@v0.5.3 + # with: + # ssh-private-key: ${{ secrets.DEPLOY_EPITECH_KEY }} - - name: Clone EPITECH repository - run: | - git clone git@github.com:EpitechPromo2026/G-EIP-700-PAR-7-1-eip-jules.gresset.git - cd G-EIP-700-PAR-7-1-eip-jules.gresset - mkdir -p -v Back-End - rsync -av --delete ../ Back-End/ --exclude .git --exclude G-EIP-700-PAR-7-1-eip-jules.gresset/ + # - name: Clone EPITECH repository + # run: | + # git clone git@github.com:EpitechPromo2026/G-EIP-700-PAR-7-1-eip-jules.gresset.git + # cd G-EIP-700-PAR-7-1-eip-jules.gresset + # mkdir -p -v Back-End + # rsync -av --delete ../ Back-End/ --exclude .git --exclude G-EIP-700-PAR-7-1-eip-jules.gresset/ - - name: Configure Git - run: | - git config --global user.name "Jules Gresset" - git config --global user.email "jules.gresset@epitech.eu" + # - name: Configure Git + # run: | + # git config --global user.name "Jules Gresset" + # git config --global user.email "jules.gresset@epitech.eu" - - name: Push to EPITECH repository - run: | - cd G-EIP-700-PAR-7-1-eip-jules.gresset - git add . - git commit -m "Update from Back-End (Automation)" - git push origin main + # - name: Push to EPITECH repository + # run: | + # cd G-EIP-700-PAR-7-1-eip-jules.gresset + # git add . + # git commit -m "Update from Back-End (Automation)" + # git push origin main deployVPSCA: