Remove old deployment-related files
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
17bb58d84e
commit
00ce38cadc
3 changed files with 0 additions and 23 deletions
|
@ -1,4 +0,0 @@
|
|||
FROM docker.io/library/nginx:alpine
|
||||
|
||||
# Copy files to nginx path
|
||||
COPY . /usr/share/nginx/html
|
|
@ -1,5 +0,0 @@
|
|||
systemctl --user stop latenightdef
|
||||
cp latenightdef.container ~/.config/containers/systemd
|
||||
systemctl --user daemon-reload
|
||||
|
||||
systemctl --user start latenightdef
|
|
@ -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
|
Loading…
Reference in a new issue