update makefile and kustomize experiment
continuous-integration/drone/push Build is passing Details

main
Efertone 2 months ago
parent 95eb40700d
commit 0648af8719
Signed by: efertone
GPG Key ID: 58E2D23885002DC5

@ -1,7 +1,7 @@
.PHONY: build publish release
builder=yitsushi/hugo-extended-builder:0.83.1
imageName=406693032655.dkr.ecr.us-east-1.amazonaws.com/efertone-me/site
imageName=gitea.code-infection.com/efertone/blog-efertone-me
commitHash=$(shell git rev-parse HEAD)
deploymentName=efertone-me
containerName=efertone-me

@ -21,7 +21,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: efertone-me-site
image: "406693032655.dkr.ecr.us-east-1.amazonaws.com/efertone-me/site:127fe5b499d4227c284bdb1daddd7c5e6f0da66d"
image: "gitea.code-infection.com/efertone/blog-efertone-me:95eb40700d0662ec1579c1c645b175c97c996abe"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80

Loading…
Cancel
Save