From a691ba1feda7a38746628c03f59776a50804193b Mon Sep 17 00:00:00 2001 From: Namonay Date: Thu, 27 Nov 2025 12:13:01 +0000 Subject: [PATCH] chore: cleanup --- .gitea-ci.yml | 20 -------------------- test | 0 2 files changed, 20 deletions(-) delete mode 100644 .gitea-ci.yml delete mode 100644 test diff --git a/.gitea-ci.yml b/.gitea-ci.yml deleted file mode 100644 index c384a0f..0000000 --- a/.gitea-ci.yml +++ /dev/null @@ -1,20 +0,0 @@ -stages: - - name: deploy - steps: - - name: Deploy via SSH - image: alpine:latest - commands: - - apk add --no-cache openssh-client git - - - mkdir -p ~/.ssh - - echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa - - chmod 600 ~/.ssh/id_rsa - - - echo -e "Host *\n\tStrictHostKeyChecking no\n" > ~/.ssh/config - - - ssh $SSH_USER@$SSH_HOST << 'EOF' - cd /chemin/vers/ton/projet - git pull origin main - docker-compose down - docker-compose up -d --build - EOF diff --git a/test b/test deleted file mode 100644 index e69de29..0000000