forked from hiway/freedive
Add deploy local script
This commit is contained in:
parent
0881246d57
commit
4f90ccb047
1 changed files with 8 additions and 0 deletions
8
deploy-local.sh
Normal file
8
deploy-local.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
doas service freedive onestop
|
||||
doas pkg remove -y freedive
|
||||
mix package
|
||||
doas pkg install -U -y freedive-0.1.0.pkg
|
||||
doas service freedive onestart
|
||||
doas tail -f /var/log/freedive/freedive.log
|
Loading…
Reference in a new issue