Skip to content

Commit

Permalink
Actualiza github actions para el despliegue automático
Browse files Browse the repository at this point in the history
  • Loading branch information
euribates committed Aug 7, 2024
1 parent 8365cf5 commit ba12c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ba12c19

Please sign in to comment.