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

deploy:initialize hook blocks regular deployment #3

Open
hsz opened this issue Sep 25, 2018 · 0 comments
Open

deploy:initialize hook blocks regular deployment #3

hsz opened this issue Sep 25, 2018 · 0 comments

Comments

@hsz
Copy link

hsz commented Sep 25, 2018

Because of deploy:initialize binding in main file:

"deploy:initialize": actions.sync.bind( this, serverless, static_env )

deployment is blocked. sync action - if deploy is not set (so it's false) - syncing with bucket is not itinialized and Promise returned from _sync is never resolved or even rejected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant