feat(executor): remote host executing via ssh
Allow to specify a task to be running on a remote host via wrapping command around ssh client.
This commit is contained in:
parent
84a456003c
commit
b79d989f78
6 changed files with 92 additions and 12 deletions
|
|
@ -6,7 +6,7 @@ RUN cargo install --locked --path .
|
|||
|
||||
FROM alpine:3.20
|
||||
|
||||
RUN apk add sqlite
|
||||
RUN apk add sqlite openssh
|
||||
COPY --from=builder /usr/local/cargo/bin/autotasker /usr/local/bin/autotasker
|
||||
RUN mkdir -p /usr/local/src/autotasker/migrations
|
||||
RUN mkdir -p /usr/local/lib/autotasker/assets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue