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

This commit is contained in:
rukshan 2025-09-29 00:14:40 +06:00
parent 5030fa651c
commit b65aa7b29d

View File

@ -1,9 +1,9 @@
name: Deploy on production
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
@ -18,4 +18,6 @@ jobs:
script: |
cd /home/mishealth/BD-Core-FHIR-IG
git pull origin main
bash _genonce.sh
docker run --rm -v $(pwd):/home/publisher/ig hl7fhir/ig-publisher-base:latest /home/publisher/ig/_genonce.sh
cp -r output/* /var/www/html/
sudo systemctl restart nginx