mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-19 08:08:05 +08:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
3c2d851430 |
@@ -1,11 +1,5 @@
|
|||||||
FROM debian:9.5-slim
|
FROM debian:9.5-slim
|
||||||
|
|
||||||
# Update
|
|
||||||
RUN apt-get update
|
|
||||||
|
|
||||||
# Install packages
|
|
||||||
RUN apt-get -yq install rsync openssh-client
|
|
||||||
|
|
||||||
# Label
|
# Label
|
||||||
LABEL "com.github.actions.name"="ssh deploy"
|
LABEL "com.github.actions.name"="ssh deploy"
|
||||||
LABEL "com.github.actions.description"="For deploying code over ssh"
|
LABEL "com.github.actions.description"="For deploying code over ssh"
|
||||||
|
Reference in New Issue
Block a user