Skip to content

Commit

Permalink
Restored automatic re-harvesting and re-indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
IreneVagionakis authored Feb 28, 2024
1 parent def065c commit feacd05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
script: cd /var/www/html/IAph_EFES && git pull
# && curl http://178.62.67.18:8080/admin/rdf/harvest/all.html && curl http://178.62.67.18:8080/admin/solr/index/all.html
script: cd /var/www/html/IAph_EFES && git pull && curl http://178.62.67.18:8080/admin/rdf/harvest/all.html && curl http://178.62.67.18:8080/admin/solr/index/all.html

0 comments on commit feacd05

Please sign in to comment.