From 0f0b2a5a40731fbb52f0935a92cf6e3a8f3bcab5 Mon Sep 17 00:00:00 2001 From: Peter Gallwas Date: Mon, 16 Dec 2024 01:35:10 +1300 Subject: [PATCH 1/5] update workflow to run on selfhosted runner --- .github/workflows/docker-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 6d525d9..f2d57c4 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -10,7 +10,7 @@ on: jobs: setup: - runs-on: ubuntu-latest + runs-on: self-hosted outputs: cache-key: ${{ steps.cache-key.outputs.key }} steps: @@ -36,7 +36,7 @@ jobs: build: needs: setup - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout repository uses: actions/checkout@v4 @@ -70,7 +70,7 @@ jobs: push: needs: [setup, build] - runs-on: ubuntu-latest + runs-on: self-hosted permissions: packages: write steps: @@ -96,4 +96,4 @@ jobs: docker push ghcr.io/${{ github.repository }}:master elif [[ $GITHUB_REF == refs/heads/dev ]]; then docker push ghcr.io/${{ github.repository }}:dev - fi \ No newline at end of file + fi From 7c4a0cb9fbc0a565dbdf62e8b9e587c1dac8a11c Mon Sep 17 00:00:00 2001 From: Peter Gallwas Date: Sat, 21 Dec 2024 19:20:22 +1300 Subject: [PATCH 2/5] Revert selfhosted runner change --- .github/workflows/docker-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index f2d57c4..dfdb657 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -10,7 +10,7 @@ on: jobs: setup: - runs-on: self-hosted + runs-on: ubuntu-latest outputs: cache-key: ${{ steps.cache-key.outputs.key }} steps: @@ -36,7 +36,7 @@ jobs: build: needs: setup - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4 @@ -70,7 +70,7 @@ jobs: push: needs: [setup, build] - runs-on: self-hosted + runs-on: ubuntu-latest permissions: packages: write steps: From eba5cf32d5d859ee4856361486f1017a3139ebf9 Mon Sep 17 00:00:00 2001 From: Peter Gallwas Date: Sun, 22 Dec 2024 11:31:03 +1300 Subject: [PATCH 3/5] aDD a boo to test workflow --- CODE_OF_CONDUCT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index e6e1b3f..e7a6674 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -126,3 +126,5 @@ enforcement ladder](https://github.com/mozilla/diversity). For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations. + +Boo From 7751adf1934467dd3fca0bd9ba1f9367a17dcabb Mon Sep 17 00:00:00 2001 From: Peter Gallwas Date: Sat, 28 Dec 2024 00:06:59 +1300 Subject: [PATCH 4/5] Add half there stuff --- .netlify/v1/config.json | 1 + src/pages/index.astro | 47 +++++++++++++++++++++++++++++------------ 2 files changed, 35 insertions(+), 13 deletions(-) create mode 100644 .netlify/v1/config.json diff --git a/.netlify/v1/config.json b/.netlify/v1/config.json new file mode 100644 index 0000000..0bde578 --- /dev/null +++ b/.netlify/v1/config.json @@ -0,0 +1 @@ +{"images":{"remote_images":[]},"headers":[{"for":"/_astro/*","values":{"Cache-Control":"public, max-age=31536000, immutable"}}]} \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 9ba9922..194ca98 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -72,17 +72,36 @@ phClient.capture(
-
-

- Hi! -

-

- I'm Peter -

-

- A Solutions Architect -

-
+ + +
+
+ +
+ +
ME
+ +
+ +
+ +
+

+ Hi There! +

+

+ I'm Peter +

+

+ A Solutions Architect +

+
+ +
+ +
+ +
Lets Connect @@ -93,7 +112,10 @@ phClient.capture( Read my blog -->
-
+ +
+ +
@@ -102,7 +124,6 @@ phClient.capture(
- ME

Hi, I'm Peter, currently a university student with a passion for tech. I have been learning for the last three years (coming up on four). I have gained a lot of skills, but my primary expertise is with Microsoft and Cloudflare products. However, I also know how to work with AWS, GCP, DataDog, and Linux servers, and I'm still learning and expanding my skill set. I have earned two Microsoft certifications: AZ-904 and MS-900, both of which are fundamental. Additionally, I have been learning web technology along the way (though I'm not a designer). I also stream on Twitch for fun.

From 03cb17bfea8b3f2514c6415eb8404fbd5a8d262c Mon Sep 17 00:00:00 2001 From: Peter Gallwas Date: Sat, 28 Dec 2024 00:15:26 +1300 Subject: [PATCH 5/5] Move image and make mess with css grid --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 194ca98..cc5623f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -74,7 +74,6 @@ phClient.capture(
-
@@ -114,6 +113,7 @@ phClient.capture(
+