jacobjove/Deploy containers

Pull Docker images to a remote server and deploy associated containers.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
hostThe host name or IP address of the server to which this action will connect via SSH to deploy the image.yes
userThe username to use when connecting to the server via SSHyes
filesA space-delimited list of filepaths (relative to `source-dir`) to be transferred/synced to the server (e.g., 'docker-compose.yml')no""
source-dirThe directory within the repository that contains the files to be transferred/synced to the server.no.
target-dirThe absolute filepath of the directory to which necessary files (e.g., docker-compose.yml) will be transferred/synced on the serveryes
ssh-portThe SSH port (e.g., 22) to use for connecting to the serverno22
ssh-private-keyThe private key generated on the server, used to authenticate the SSH connectionyes
commandThe command to run on the server to deploy the containeryes

no outputs