Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
forked from Aloento/Bunlog

Open Telekom Cloud & CCE & SWR & K8S & Docker & CI/DI

License

Notifications You must be signed in to change notification settings

SoarCraft/Bunlog-CloudNative

 
 

Repository files navigation

Bunlog

A Simple Personal Blog & Frontend Framework Course Sample Work

It has the same design as https://Aloen.to/

Setup Cloudinary

echo $(cat ~/.kube/config | base64) | tr -d " "

printf "$swr_ak" | openssl dgst -binary -sha256 -hmac "$SK" | od -An -vtx1 | sed 's/[ \n]//g' | sed 'N;s/\n//'

docker login -u $project@$swr_ak -p $swr_sk $url

docker build -t $url/$organization/pgdb:latest -f Dockerfile.pg .

docker push $url/$organization/pgdb:latest

docker build -t $url/$organization/web:latest -f Dockerfile.web .

docker push $url/$organization/web:latest

kubectl apply -f k8s.yaml

About

Open Telekom Cloud & CCE & SWR & K8S & Docker & CI/DI

Resources

License

Stars

Watchers

Forks

Languages

  • TypeScript 97.0%
  • CSS 2.4%
  • Other 0.6%