From ac4c1602d87c938ba96c1855451c471acbf5c08f Mon Sep 17 00:00:00 2001 From: "MH.Dmitrii" Date: Sun, 1 Mar 2026 15:44:26 +0300 Subject: [PATCH] feature deploy download 0.0052 --- .gitea/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8293be8..e236f98 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,6 +20,14 @@ jobs: run: echo "${{ secrets.SECRETS }}" > secrets.yml - name: Create .env file run: echo "${{ secrets.RUNNER_ENV }}" > .env + - name: Checkout only deploy.yml + uses: actions/checkout@v4 + with: + repository: MH.Dmitrii/wedding-site + ref: main + path: . + sparse-checkout: | + ansible/deploy.yml - name: Run Ansible playbook run: ansible-playbook -i inventory.ini deploy.yml -e @secrets.yml env: