Remove old deployment-related files
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2024-10-29 01:43:44 +07:00
parent 17bb58d84e
commit 00ce38cadc
3 changed files with 0 additions and 23 deletions

View file

@ -1,4 +0,0 @@
FROM docker.io/library/nginx:alpine
# Copy files to nginx path
COPY . /usr/share/nginx/html

View file

@ -1,5 +0,0 @@
systemctl --user stop latenightdef
cp latenightdef.container ~/.config/containers/systemd
systemctl --user daemon-reload
systemctl --user start latenightdef

View file

@ -1,14 +0,0 @@
[Unit]
Description=Late Night Defender personal website
[Container]
ContainerName=latenightdef
Image=docker.io/library/nginx:alpine
PublishPort=8083:80
Volume=/run/media/core/Data1/Apps/latenightdef.techtransthai.org:/usr/share/nginx/html:ro,z
[Service]
Restart=always
[Install]
WantedBy=multi-user.target default.target