We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ca997 commit c13de5cCopy full SHA for c13de5c
.github/workflows/ci.yml
@@ -16,4 +16,4 @@ jobs:
16
host: pythoncanarias.es
17
username: ${{ secrets.PRODUCTION_SSH_USERNAME }}
18
key: ${{ secrets.PRODUCTION_SSH_KEY }}
19
- script: source ~/.pyenv/versions/pycanweb/bin/activate && cd ~/web && ./deploy.sh
+ script: ~/web && ./deploy.sh
deploy.sh
@@ -2,6 +2,7 @@
2
3
# Commands to deploy project in production
4
5
+source ~/.pyenv/versions/pycanweb/bin/activate
6
git pull
7
pip install -r requirements.txt
8
npm install --no-save
0 commit comments