Skip to content

Commit 9ee4318

Browse files
authored
Merge pull request #24 from dokku/deploy-docs
Document deploy image args
2 parents a1e46f5 + 4b1855c commit 9ee4318

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Please note that this action is compatible with `dokku >= 0.11.6`.
2121
- `deploy`
2222
- `review-apps:create`: Used to create a review app - via `dokku apps:clone` - based on the `appname` configured in the `git_remote_url`. If the review app already exists, this action will not recreate the app. In both cases, the current commit will be pushed to the review app.
2323
- `review-apps:destroy`: Destroys an existing review app.
24+
- `deploy_docker_image`: (_optional_) A docker image to deploy via `git:from-image`.
25+
- example value: `dokku/test-app:1`
26+
- `deploy_user_name`: (_optional_) A username to use when deploying a docker image
27+
- `deploy_user_email`: (_optional_) The email to use when deploying a docker image.
2428
- `git_push_flags`: (_optional_) A string containing a set of flags to set on push. This may be used to enable force pushes, or trigger verbose log output from git.
2529
- example value: `--force -vvv`
2630
- `git_remote_url`: (**required**) The dokku app's git repository url in SSH format.

0 commit comments

Comments
 (0)