Compare commits

...

3 Commits

Author SHA1 Message Date
06d2f16489 Merge pull request 'wp-bug-test' (#1) from wp-bug-test into main
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Reviewed-on: #1
2025-10-09 05:43:53 +00:00
Scott Hatlen
f1d2c54e7f dns name issue 2025-10-08 22:42:08 -07:00
Scott Hatlen
21b586d668 adding support for another website 2025-10-08 22:41:59 -07:00
2 changed files with 11 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ when:
branch: main branch: main
steps: steps:
- name: build_image - name: build-image
image: docker:dind image: docker:dind
commands: commands:
- docker build -t scottyah/blog:latest . - docker build -t scottyah/blog:latest .

View File

@@ -63,6 +63,16 @@ spec:
port: port:
number: 80 number: 80
- host: blog.scottyah.com - host: blog.scottyah.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: blog-svc
port:
number: 80
- host: scotthatlen.com
http: http:
paths: paths:
- path: / - path: /