Update .gitea/workflows/deploy.yaml
Some checks failed
Deploy on production / deploy (push) Failing after 35s
Some checks failed
Deploy on production / deploy (push) Failing after 35s
This commit is contained in:
parent
5030fa651c
commit
b65aa7b29d
@ -1,9 +1,9 @@
|
|||||||
name: Deploy on production
|
name: Deploy on production
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -18,4 +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
|
||||||
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
|
||||||
Loading…
Reference in New Issue
Block a user