From 9e1cfac9af1a41c784cd49d00fd2f3fb9f8e2530 Mon Sep 17 00:00:00 2001 From: Roderick Leito Date: Wed, 10 Sep 2025 14:06:05 +0200 Subject: [PATCH 1/4] added some text --- src/app/app.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/app.component.html b/src/app/app.component.html index de43290..dc4fbae 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,4 +1,5 @@

Hello

From {{ domain }}

+

This is a test

From f204d507c8765765a742d466fea4d70d6852dffb Mon Sep 17 00:00:00 2001 From: Roderick Leito Date: Wed, 10 Sep 2025 14:24:51 +0200 Subject: [PATCH 2/4] Added deployment --- .github/workflows/deploy.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..dda1480 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,19 @@ +name: "Deploy" + +on: + pull_request: + types: closed + +jobs: + deploy: + if: github.event.pull_request.merged == true + runs-on: ubuntu-latest + name: "Deploy on Netlify" + steps: + - uses: actions/checkout@v4 + - uses: jsmrcaga/action-netlify-deploy@master + with: + NETLIFY_AUTH_TOKEN: ${{ secrets.MY_AUTH_TOKEN }} + NETLIFY_SITE_ID: ${{ secrets.MY_SITE_ID }} + NETLIFY_DEPLOY_TO_PROD: true + build_directory: dist/hello-ci-cd/browser \ No newline at end of file From 2b4acc34a92f8f3e20a546ad041658411702a468 Mon Sep 17 00:00:00 2001 From: Roderick Leito Date: Wed, 10 Sep 2025 14:32:12 +0200 Subject: [PATCH 3/4] Changed text --- src/app/app.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index dc4fbae..39b8e1c 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,5 +1,5 @@

Hello

From {{ domain }}

-

This is a test

+

This is another test

From bfc1361cff71ecbba8089caa88c0d0dea4ab9faa Mon Sep 17 00:00:00 2001 From: Roderick Leito Date: Wed, 10 Sep 2025 14:37:37 +0200 Subject: [PATCH 4/4] Added some changes --- src/app/app.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index 39b8e1c..6493ed4 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,5 +1,5 @@

Hello

From {{ domain }}

-

This is another test

+

This is another tests