lib/dpl/provider.rb in dpl-2.0.0.alpha.14 vs lib/dpl/provider.rb in dpl-2.0.0.beta.2
- old
+ new
@@ -150,9 +150,19 @@
opt '--stage NAME', 'Execute the given stage(s) only', type: :array, internal: true, default: STAGES
opt '--backtrace', 'Print the backtrace for exceptions', internal: true
opt '--fold', 'Wrap log output in folds', internal: true
opt '--edge', internal: true
+ vars *%i(
+ git_author_email
+ git_author_name
+ git_branch
+ git_commit_author
+ git_commit_msg
+ git_sha
+ git_tag
+ )
+
msgs before_install: 'Installing deployment dependencies',
before_setup: 'Setting the build environment up for the deployment',
setup_git_ssh: 'Setting up git-ssh',
cleanup: 'Cleaning up git repository with `git stash --all`',
ssh_keygen: 'Generating SSH key',