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