From 6bfe3e1b140c10e219e26b0b7bdfe24fd15ebb02 Mon Sep 17 00:00:00 2001 From: Jens True Date: Wed, 10 Apr 2024 11:09:48 +0000 Subject: [PATCH] Fine tunning and testing hooks --- .woodpecker.yml | 9 ++++++--- content/home/experience.md | 1 - content/home/training.md | 31 +++++++++++++++---------------- 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ade28fd..20a557c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,13 @@ -pipeline: - build: +when: + - event: [push, pull_request, pull_request_closed, tag, release, manual] + +steps: + - name: build image: floryn90/hugo:ext-alpine commands: - hugo mod get -u - hugo-official --minify --gc --cleanDestinationDir - deploy: + - name: deploy image: eeacms/rsync commands: - rsync -r --delete public/ /mnt/jcktrue.dk diff --git a/content/home/experience.md b/content/home/experience.md index 58aa2aa..917841a 100644 --- a/content/home/experience.md +++ b/content/home/experience.md @@ -13,7 +13,6 @@ experience: company_logo: "PhillipsMedisize" location: "Struer, Denmark" date_start: "2019-06-17" - date_end: "" description: > Software Engineer on medical devices - Embedded programming, drivers, and services in C/C++ diff --git a/content/home/training.md b/content/home/training.md index a7c715a..a4d5c7e 100644 --- a/content/home/training.md +++ b/content/home/training.md @@ -37,21 +37,21 @@ item: date_start: "2019-09-21" date_end: "2019-09-23" description: > - Course content: - - EU Medical Device Regulation - - FDA regulations - - Good practice: SW lifecycle processes - - 60601 with focus on chapter 14, contribution of SW to essential performance - - 62304 - Software development lifecycle - - Development For class C software - - Short intro to risk management - ISO 14971 - - Software safety class - - Software risk in relation to 62304 - - Concept cybersecurity - - Cybersecurity risk management process - - Agile SW development - - GDPR/HIPAA - - Tool validation + Course content: + - EU Medical Device Regulation + - FDA regulations + - Good practice: SW lifecycle processes + - 60601 with focus on chapter 14, contribution of SW to essential performance + - 62304 - Software development lifecycle + - Development For class C software + - Short intro to risk management - ISO 14971 + - Software safety class + - Software risk in relation to 62304 + - Concept cybersecurity + - Cybersecurity risk management process + - Agile SW development + - GDPR/HIPAA + - Tool validation - organization: "medicaldeviceHQ" organization_url: https://medicaldevicehq.com/ @@ -63,5 +63,4 @@ item: - To strengthen the ability of participants to independently perform risk analysis, risk evaluation and risk control. - To establish and increase knowledge on risk management tools and their differences, such as FMEA and P-FMEA. - --- \ No newline at end of file