Skip to content

Commit 12925f6

Browse files
committed
docs: update Opal project (#90)
1 parent dee51b2 commit 12925f6

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.github/workflows/cd.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ concurrency:
77
on:
88
workflow_dispatch:
99
workflow_call:
10+
secrets:
11+
SSH_HOST:
12+
required: true
13+
SSH_PORT:
14+
required: true
15+
SSH_USER:
16+
required: true
17+
SSH_PRIVATE_KEY:
18+
required: true
1019

1120
permissions:
1221
contents: read

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,8 @@ jobs:
6565
if: success() && github.ref == 'refs/heads/main'
6666
needs:
6767
- lint
68+
secrets:
69+
SSH_HOST: ${{ secrets.SSH_HOST }}
70+
SSH_PORT: ${{ secrets.SSH_PORT }}
71+
SSH_USER: ${{ secrets.SSH_USER }}
72+
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

docs/projects/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,18 @@ I helped establish various best practices and improvements, such as using contai
129129
A big part is the question of how many of the legacy components can be migrated to a new component.
130130
I proposed the [Strangler Fig Migration Pattern](https://martinfowler.com/bliki/StranglerFigApplication.html) instead of doing a "big bang replacement".
131131

132-
I also develop and troubleshoot.
132+
I also develop new features and troubleshoot.
133133
For example, I designed and implemented support for smart devices.
134134
This allows a patient to send vital signs to the hospital.
135135

136+
Recently, I lead the effort to open source our code base.
137+
In March 2025, we [open sourced the Opal solution](https://github.com/opalmedapps).
138+
136139
**Information:**
137140

138-
- [Opal Website](https://www.opalmedapps.com/en)
141+
- **Website:** https://www.opalmedapps.com/en
142+
- **GitHub:** https://github.com/opalmedapps
143+
- **Documentation:** https://docs.opalmedapps.com
139144

140145
### Digital Printing Workflow
141146

0 commit comments

Comments
 (0)