From ba12c195a5c16fd08637a1621d71a4a3b8eec466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Ignacio=20Rodr=C3=ADguez=20de=20Le=C3=B3n?= Date: Wed, 7 Aug 2024 18:10:34 +0000 Subject: [PATCH] =?UTF-8?q?Actualiza=20github=20actions=20para=20el=20desp?= =?UTF-8?q?liegue=20autom=C3=A1tico?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ecc57d0..8ae40a59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,4 +16,4 @@ jobs: host: pythoncanarias.es username: ${{ secrets.PRODUCTION_SSH_USERNAME }} key: ${{ secrets.PRODUCTION_SSH_KEY }} - script: source ~/.virtualenvs/web/bin/activate && cd ~/web && ./deploy.sh + script: source ~/.pyenv/versions/pycanweb/bin/activate && cd ~/web && ./deploy.sh