update:projects
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user