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

fix(command-deploy): pass custom deploy dir to netlify client #1230

Closed
wants to merge 1 commit into from
Closed

fix(command-deploy): pass custom deploy dir to netlify client #1230

wants to merge 1 commit into from

Conversation

monsonjeremy
Copy link
Contributor

- Summary

This PR aims to fix the issue described in 1227.

The idea here is pretty simple, we pass the name of the custom deploy directory to the netlify js client via the deployDir option.

The rest is handled in this PR in the netlify/js-client repo.

- Test plan

See the JS Client PR for testing information. The change here can exist entirely on it's own, but depends on that PR to actually change anything.

- Description for the changelog

fix(command-deploy): support hidden directories for deploy -d flag

@netlify
Copy link

netlify bot commented Sep 13, 2020

Deploy request for cli accepted.

Accepted with commit fbcc04a

https://app.netlify.com/sites/cli/deploys/5f5ea4b4e4782b000735ebc7

@monsonjeremy monsonjeremy changed the title fix: pass custom deploy dir to netlify client fix(command-deploy): pass custom deploy dir to netlify client Sep 13, 2020
@erezrokah erezrokah added the type: bug code to address defects in shipped code label Sep 14, 2020
@erezrokah
Copy link
Contributor

Thanks @monsonjeremy, closing this in favour of #1272.
We're planning on moving the deploy logic in the CLI and keep the js-client as simple as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants