Skip to content

Update iAph161749.xml #800

Update iAph161749.xml

Update iAph161749.xml #800

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
#pull_request:
# branches: [ master ]
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Update site and reindex
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
script: cd /var/www/html/IAph_EFES && git pull && curl http://134.209.176.247/admin/rdf/harvest/all.html && curl http://134.209.176.247/admin/solr/index/all.html