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

Set working path to release path by default for simple task #1205

Closed
antonmedv opened this issue May 14, 2017 · 0 comments
Closed

Set working path to release path by default for simple task #1205

antonmedv opened this issue May 14, 2017 · 0 comments
Assignees
Labels

Comments

@antonmedv
Copy link
Member

antonmedv commented May 14, 2017

Q A
Issue Type Feature Request
Deployer Version 5.0.0

Description

Task can be defined with string:

task('name', 'command');

Allow to simple describe build steps.
Now for every build step users have to chdir to release dir manually:

task('deploy:build', 'cd {{release_path}} && webpack -p');

Let's improve DX and omit unnecessary cd!

Feature: use release_path if exists.

task('deploy:build', 'webpack -p');
@antonmedv antonmedv self-assigned this May 14, 2017
@antonmedv antonmedv changed the title Set working path to release path by default Set working path to release path by default for simple task May 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant