Remove sleepy care from projects
This commit is contained in:
@@ -52,7 +52,7 @@ jobs:
|
||||
run: |
|
||||
ssh_command="
|
||||
cd /home/${REMOTE_USER}/${IMAGE_NAME}
|
||||
docker compose down
|
||||
docker compose up -d
|
||||
docker compose pull
|
||||
docker compose restart
|
||||
"
|
||||
ssh -o StrictHostKeyChecking=no ${REMOTE_USER}@${REMOTE_HOST} "$ssh_command"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 657 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 441 KiB |
@@ -15,9 +15,6 @@ import GamesImg2 from "$lib/assets/projects/games/2.png";
|
||||
import GamesImg3 from "$lib/assets/projects/games/3.png";
|
||||
import MusanthropeImg1 from "$lib/assets/projects/musanthrope/1.png";
|
||||
import MusanthropeImg2 from "$lib/assets/projects/musanthrope/2.png";
|
||||
import SleepyCareImg1 from "$lib/assets/projects/sleepy_care/1.png";
|
||||
import SleepyCareImg2 from "$lib/assets/projects/sleepy_care/2.png";
|
||||
import SleepyCareImg3 from "$lib/assets/projects/sleepy_care/3.png";
|
||||
import VkAdultImg1 from "$lib/assets/projects/vk_adult/1.png";
|
||||
|
||||
export type TProject = {
|
||||
@@ -136,21 +133,5 @@ export const projects = [
|
||||
icon: MaterialSymbolsGlobe
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
nameSlug: 'projects.sleepy_care.name',
|
||||
descriptionSlug: 'projects.sleepy_care.description',
|
||||
images: [
|
||||
SleepyCareImg1,
|
||||
SleepyCareImg2,
|
||||
SleepyCareImg3
|
||||
],
|
||||
links: [
|
||||
{
|
||||
href: 'https://sleepy.care',
|
||||
textSlug: 'projects.link_types.website',
|
||||
icon: MaterialSymbolsGlobe
|
||||
}
|
||||
]
|
||||
}
|
||||
] as TProject[]
|
||||
|
||||
Reference in New Issue
Block a user