You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
* release/9.0.0: (34 commits)
prepare release v9.0.0
relaxed dependencies, use latest Ruby versions, appended contributors list
print error message in InteractionHandler
Edit changelog file for changing some SCM roles from app to all.
closedkdeploy#14 change roles from app to all.
closedkdeploy#31 update capistrano from 3.8.0 to 3.9.0.
Change configuration variable additional_ignore_tables from type string to array.
Remove TYPO3 specific configuration.
Update changelog
Remove feature to extend release path with jenkins prefix
Remove include of sshkit dsl
Update capistrano to 3.8.0
fix travis ci badge link
rubocop 0.50 upgrade
Install mysql instead of mysql-connector-c, because mysql-connector-c is broken.
Add vagrant 2.0.x support
declare target Ruby version in RuboCop configuration
updated dependencies
Remove the fixed sshkit dependency to version 1.10.0
Updated copyright
...
ncreuschling
added a commit
to ncreuschling/dkdeploy-core
that referenced
this issue
Oct 16, 2017
* release/9.0.0: (34 commits)
prepare release v9.0.0
relaxed dependencies, use latest Ruby versions, appended contributors list
print error message in InteractionHandler
Edit changelog file for changing some SCM roles from app to all.
closedkdeploy#14 change roles from app to all.
closedkdeploy#31 update capistrano from 3.8.0 to 3.9.0.
Change configuration variable additional_ignore_tables from type string to array.
Remove TYPO3 specific configuration.
Update changelog
Remove feature to extend release path with jenkins prefix
Remove include of sshkit dsl
Update capistrano to 3.8.0
fix travis ci badge link
rubocop 0.50 upgrade
Install mysql instead of mysql-connector-c, because mysql-connector-c is broken.
Add vagrant 2.0.x support
declare target Ruby version in RuboCop configuration
updated dependencies
Remove the fixed sshkit dependency to version 1.10.0
Updated copyright
...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The scm
copy
only deploy the release to the release rolesapp
.This is not correct. The release should deploy to all release roles.
See https://github.com/dkdeploy/dkdeploy-core/blob/v8.0.0/lib/dkdeploy/copy.rb#L80
See server option
no_release
for that. http://capistranorb.com/documentation/advanced-features/property-filtering/The text was updated successfully, but these errors were encountered: