Update .gitea/workflows/deploy.yaml
Some checks failed
Deploy on production / deploy (push) Failing after 9s
Some checks failed
Deploy on production / deploy (push) Failing after 9s
This commit is contained in:
parent
f60c3b42e3
commit
414b5145a3
@ -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
|
||||
Loading…
Reference in New Issue
Block a user