Add mass import utility

This commit is contained in:
simon987
2019-04-06 19:25:49 -04:00
parent 2c7e71cde1
commit 41ba6a35a4
5 changed files with 71 additions and 3 deletions

1
jenkins/Jenkinsfile vendored
View File

@@ -39,6 +39,7 @@ pipeline {
sshPut remote: remote, from: 'uwsgi.py', into: 'od-database'
sshPut remote: remote, from: 'views.py', into: 'od-database'
sshPut remote: remote, from: 'config.py', into: 'od-database'
sshPut remote: remote, from: 'mass_import.py', into: 'od-database'
sshPut remote: remote, from: 'do_recrawl.py', into: 'od-database'
sshPut remote: remote, from: 'od-database.ini', into: 'od-database'
sshPut remote: remote, from: 'jenkins/deploy.sh', into: 'od-database'