Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
e9aef91
1
Parent(s):
3ac4de7
chore: remove `lsyncd`
Browse files- Taskfile.yaml +0 -1
- flake.nix +0 -1
- lsyncd.conf +0 -20
Taskfile.yaml
CHANGED
|
@@ -31,7 +31,6 @@ tasks:
|
|
| 31 |
sources:
|
| 32 |
- Dockerfile.*
|
| 33 |
- faster_whisper_server/*.py
|
| 34 |
-
sync: lsyncd lsyncd.conf
|
| 35 |
cii:
|
| 36 |
cmds:
|
| 37 |
- act --rm --action-offline-mode --secret-file .secrets {{.CLI_ARGS}}
|
|
|
|
| 31 |
sources:
|
| 32 |
- Dockerfile.*
|
| 33 |
- faster_whisper_server/*.py
|
|
|
|
| 34 |
cii:
|
| 35 |
cmds:
|
| 36 |
- act --rm --action-offline-mode --secret-file .secrets {{.CLI_ARGS}}
|
flake.nix
CHANGED
|
@@ -20,7 +20,6 @@
|
|
| 20 |
act
|
| 21 |
ffmpeg-full
|
| 22 |
go-task
|
| 23 |
-
lsyncd
|
| 24 |
parallel
|
| 25 |
pre-commit
|
| 26 |
pv
|
|
|
|
| 20 |
act
|
| 21 |
ffmpeg-full
|
| 22 |
go-task
|
|
|
|
| 23 |
parallel
|
| 24 |
pre-commit
|
| 25 |
pv
|
lsyncd.conf
DELETED
|
@@ -1,20 +0,0 @@
|
|
| 1 |
-
local host = os.getenv("SERVER_HOST")
|
| 2 |
-
local dir = io.popen("basename $(pwd)"):read("*a"):gsub("\n", "")
|
| 3 |
-
|
| 4 |
-
settings {
|
| 5 |
-
nodaemon = true
|
| 6 |
-
}
|
| 7 |
-
|
| 8 |
-
sync {
|
| 9 |
-
default.rsyncssh,
|
| 10 |
-
source = ".",
|
| 11 |
-
delay = 0,
|
| 12 |
-
host = host,
|
| 13 |
-
targetdir = dir,
|
| 14 |
-
excludeFrom = ".gitignore",
|
| 15 |
-
exclude = { ".git" },
|
| 16 |
-
rsync = {
|
| 17 |
-
archive = true, -- preserves permissions, symlinks, etc.
|
| 18 |
-
compress = true,
|
| 19 |
-
}
|
| 20 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|