From e136e537adb13c3971352cfc35b644f0fed66d9a Mon Sep 17 00:00:00 2001 From: martingaldeca Date: Sat, 24 Jan 2026 00:59:40 +0100 Subject: [PATCH] =?UTF-8?q?*=20Yo=20saber=20ingl=C3=A9s=20profesional=2010?= =?UTF-8?q?0%=20patata?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 20fe84a..e48e58e 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -64,7 +64,7 @@ jobs: name: Deploy to server runs-on: ubuntu-latest needs: quality-assurance - if: success() && github.ref == 'refs/heads/productiont' + if: success() && github.ref == 'refs/heads/production' steps: - name: Deploy via SSH @@ -77,7 +77,7 @@ jobs: script: | cd /home/ideologicalatlas/notifications git fetch --all - git reset --hard origin/productiont + git reset --hard origin/production printf "%s" "${{ secrets.ENV_FILE }}" > .env docker compose up -d --build --remove-orphans docker image prune -f