Skip to content

Commit 0ee1f56

Browse files
committed
Update requirements
2 parents b188008 + 1379a5d commit 0ee1f56

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
host: pythoncanarias.es
1717
username: ${{ secrets.PRODUCTION_SSH_USERNAME }}
1818
key: ${{ secrets.PRODUCTION_SSH_KEY }}
19-
script: source ~/.pyenv/versions/pycanweb/bin/activate && cd ~/web && ./deploy.sh
19+
script: cd ~/web && ./deploy.sh
20+
passphrase: ${{ secrets.PASS_PHRASE }}

deploy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# Commands to deploy project in production
44

5+
echo "Empieza el despliegue"
6+
echo $USER
7+
source ~/.pyenv/versions/pycanweb/bin/activate
58
git pull
69
pip install -r requirements.txt
710
npm install --no-save

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ django==3.2.25
55
django-colorfield==0.1.15
66
django-import-export==2.7.1
77
django-leaflet==0.31.0
8-
django-rq==3.0.0
9-
jinja2==2.11.3
8+
django-rq==2.4.1
109
markdown2==2.4.0
1110
odfpy==1.4.1
1211
openpyxl==3.0.3
13-
pillow==10.4.0
12+
pillow==11.1.0
1413
prettyconf==2.1.0
1514
psycopg2-binary==2.9.9
1615
pyqrcode==1.2.1

0 commit comments

Comments
 (0)