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 16
16
host : pythoncanarias.es
17
17
username : ${{ secrets.PRODUCTION_SSH_USERNAME }}
18
18
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 2
2
3
3
# Commands to deploy project in production
4
4
5
+ echo " Empieza el despliegue"
6
+ echo $USER
7
+ source ~ /.pyenv/versions/pycanweb/bin/activate
5
8
git pull
6
9
pip install -r requirements.txt
7
10
npm install --no-save
Original file line number Diff line number Diff line change @@ -5,12 +5,11 @@ django==3.2.25
5
5
django-colorfield == 0.1.15
6
6
django-import-export == 2.7.1
7
7
django-leaflet == 0.31.0
8
- django-rq == 3.0.0
9
- jinja2 == 2.11.3
8
+ django-rq == 2.4.1
10
9
markdown2 == 2.4.0
11
10
odfpy == 1.4.1
12
11
openpyxl == 3.0.3
13
- pillow == 10.4 .0
12
+ pillow == 11.1 .0
14
13
prettyconf == 2.1.0
15
14
psycopg2-binary == 2.9.9
16
15
pyqrcode == 1.2.1
You can’t perform that action at this time.
0 commit comments