Compare commits

...

1 Commits

Author SHA1 Message Date
Dragan Filipovic
3c2d851430 [ci] remove already available cli 2019-10-01 00:23:18 +02:00

View File

@@ -1,11 +1,5 @@
FROM debian:9.5-slim
# Update
RUN apt-get update
# Install packages
RUN apt-get -yq install rsync openssh-client
# Label
LABEL "com.github.actions.name"="ssh deploy"
LABEL "com.github.actions.description"="For deploying code over ssh"