From bd7ec0d121faf4390db4627e7527ef951010fb3f Mon Sep 17 00:00:00 2001 From: kokopi-dev Date: Sun, 15 Mar 2026 02:43:19 +0900 Subject: [PATCH] update:projects --- constants/projects.go | 12 ++++++------ deploy.sh | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/constants/projects.go b/constants/projects.go index 110d5a0..4b11712 100644 --- a/constants/projects.go +++ b/constants/projects.go @@ -33,13 +33,13 @@ var AllProjects = []Project{ IsWIP: false, }, { - Url: "/projects/dotfiles", - Name: "Koko-chan", - Description: "Discord bot service for handling schedules, has free and paid tiers.", - HostedOn: "VPS", + Url: "https://astra-rei.com", + Name: "astra[0]", + Description: "A collection of for-profit software.", + HostedOn: "", LinkGitea: "", LinkGithub: "", - TechTags: []string{"golang", "templ", "tailwindcss", "postgresql", "redis"}, - IsWIP: true, + TechTags: []string{"golang", "typescript", "python", "postgresql", "redis"}, + IsWIP: false, }, } diff --git a/deploy.sh b/deploy.sh index 69f2bcf..bd4071e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -5,7 +5,7 @@ echo "Pulling latest code..." git pull echo "Building and restarting containers..." -docker compose up -d --build --remove-orphans +docker compose up -d --build echo "Cleaning up old images..." docker image prune -f