mirror of
https://gitlab.com/little-lines/docs.git
synced 2024-12-23 17:38:30 +00:00
Add deployment stuff
This commit is contained in:
parent
0c9da4b5c9
commit
8b52830f2a
1 changed files with 8 additions and 0 deletions
8
install.sh
Executable file
8
install.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
systemctl --user stop little-lines-docs
|
||||
cp little-lines-docs.container ~/.config/containers/systemd
|
||||
systemctl --user daemon-reload
|
||||
|
||||
podman build -t little-lines-docs .
|
||||
|
||||
|
||||
systemctl --user start little-lines-docs
|
Loading…
Reference in a new issue