Update .gitea/workflows/deploy.yaml
Some checks failed
Deploy on production / deploy (push) Failing after 7s

This commit is contained in:
rukshan 2025-09-29 00:25:11 +06:00
parent a90fb108d6
commit f60c3b42e3

View File

@ -18,5 +18,6 @@ jobs:
script: | script: |
cd /home/mishealth/BD-Core-FHIR-IG cd /home/mishealth/BD-Core-FHIR-IG
git pull origin main 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 docker run --rm -v $(pwd):/home/publisher/ig hl7fhir/ig-publisher-base:latest /home/publisher/ig/_genonce.sh
sudo systemctl restart nginx sudo systemctl restart nginx