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,
},
{
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,
},
}

View File

@@ -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