update:projects

This commit is contained in:
kokopi-dev
2026-03-15 02:43:19 +09:00
parent 5fada09900
commit bd7ec0d121
2 changed files with 7 additions and 7 deletions

View File

@@ -33,13 +33,13 @@ var AllProjects = []Project{
IsWIP: false, IsWIP: false,
}, },
{ {
Url: "/projects/dotfiles", Url: "https://astra-rei.com",
Name: "Koko-chan", Name: "astra[0]",
Description: "Discord bot service for handling schedules, has free and paid tiers.", Description: "A collection of for-profit software.",
HostedOn: "VPS", HostedOn: "",
LinkGitea: "", LinkGitea: "",
LinkGithub: "", LinkGithub: "",
TechTags: []string{"golang", "templ", "tailwindcss", "postgresql", "redis"}, TechTags: []string{"golang", "typescript", "python", "postgresql", "redis"},
IsWIP: true, IsWIP: false,
}, },
} }

View File

@@ -5,7 +5,7 @@ echo "Pulling latest code..."
git pull git pull
echo "Building and restarting containers..." echo "Building and restarting containers..."
docker compose up -d --build --remove-orphans docker compose up -d --build
echo "Cleaning up old images..." echo "Cleaning up old images..."
docker image prune -f docker image prune -f