diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 0b65c2f..b2a378e 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -18,6 +18,6 @@ jobs: script: | cd /home/mishealth/BD-Core-FHIR-IG git pull origin main - rsync -av output/ /var/www/html docker run --rm -v $(pwd):/home/publisher/ig hl7fhir/ig-publisher-base:latest /home/publisher/ig/_genonce.sh + rsync -av output/ /var/www/html sudo systemctl restart nginx \ No newline at end of file