shoha/docker-compose-build-deploy
Build and deploy docker-compose file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| docker-user-name | User name for remote docker repository. | yes | — |
| docker-password | Password for remote docker repository. | yes | — |
| docker-image | Docker image identifier, including repo, name, and tag. | yes | — |
| docker-network | Name of a bridge network to create. | no | — |
| docker-compose-file | Path to the docker compose yml file to build and deploy. | no | docker-compose.prod.yml |
| remote-known-host-key | The known_hosts formatted public key for the remote host. | yes | — |
| ssh-key | SSH key which can be used to connect to remote-host. | yes | — |
| remote-user | User to log in with on the remote host. | no | root |
| remote-port | SSH port on the remote host. | no | 22 |
| remote-host | Address of the remote host to delpoy your app to. | yes | — |
Outputs
no outputs