File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 22
33# Commands to deploy project in production
44
5+ echo " Empieza el despliegue"
6+ echo $USER
7+ source ~ /.pyenv/versions/pycanweb/bin/activate
58git pull
69pip install -r requirements.txt
710npm install --no-save
Original file line number Diff line number Diff line change @@ -5,12 +5,11 @@ django==3.2.25
55django-colorfield == 0.1.15
66django-import-export == 2.7.1
77django-leaflet == 0.31.0
8- django-rq == 3.0.0
9- jinja2 == 2.11.3
8+ django-rq == 2.4.1
109markdown2 == 2.4.0
1110odfpy == 1.4.1
1211openpyxl == 3.0.3
13- pillow == 10.4 .0
12+ pillow == 11.1 .0
1413prettyconf == 2.1.0
1514psycopg2-binary == 2.9.9
1615pyqrcode == 1.2.1
You can’t perform that action at this time.
0 commit comments