Skip to content
Snippets Groups Projects
Commit 66e3a3f9 authored by Jonathan Seguin's avatar Jonathan Seguin
Browse files

Update cron auto deploy

parent 1e8976e3
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ git checkout master ...@@ -4,7 +4,7 @@ git checkout master
git pull; git pull;
pip install -r requirements.txt; pip install -r requirements.txt;
python manage.py migrate; python manage.py migrate;
#export PATH=/soft/bioinfo/linux_RH7/node-v10.1.0-linux-x64/bin/node:$PATH; export PATH=/soft/bioinfo/linux_RH7/node-v10.1.0-linux-x64/bin:$PATH;
/soft/bioinfo/linux_RH7/node-v10.1.0-linux-x64/bin/npm install; npm install;
/soft/bioinfo/linux_RH7/node-v10.1.0-linux-x64/bin/gulp prod; gulp prod;
touch iric_data/wsgi.py touch iric_data/wsgi.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment