Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silence dokku run 'errors' #3538

Merged
merged 1 commit into from
May 12, 2019
Merged

Silence dokku run 'errors' #3538

merged 1 commit into from
May 12, 2019

Conversation

josegonzalez
Copy link
Member

In certain cases, a command can be specified but found - or not - in the Procfile, resulting in unnecessary output for cron tasks.

Closes #3522

Note: If this PR is just doc changes, please put [ci skip] in the body that way tests do not run.

In certain cases, a command can be specified but found - or not - in the Procfile, resulting in unnecessary output for cron tasks.

Closes #3522
@josegonzalez josegonzalez merged commit 3a5f68e into master May 12, 2019
@josegonzalez josegonzalez deleted the 3522-silence-dokku-run branch May 12, 2019 09:56
@josegonzalez josegonzalez changed the title feat: silence dokku run 'errors' Silence dokku run 'errors' May 12, 2019
josegonzalez added a commit that referenced this pull request May 13, 2019
# History

## 0.16.3

Install/update via the bootstrap script:

```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.16.3/bootstrap.sh
sudo DOKKU_TAG=v0.16.3 bash bootstrap.sh
```

### Bug Fixes

- #3541: @josegonzalez Handle case where image is null on first deploy

### New Features

- #3543: @josegonzalez Add ability to clear global domains
- #3517: @josegonzalez SSH key updates
- #3538: @josegonzalez Silence dokku run 'errors'

### Documentation

- #3523: @MarcDiethelm Add an example how to specify a Dockerfile for deployment
- #3539: @josegonzalez Warn users when ufw is enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--quiet in "dokku run" and "Found ... in Procfile, running that command" output
1 participant