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:
Matthieu Bessat 2024-08-02 19:40:14 +02:00
parent 84a456003c
commit b79d989f78
6 changed files with 92 additions and 12 deletions

View file

@ -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