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 stalled #23

Closed
devotox opened this issue Feb 14, 2020 · 3 comments · Fixed by #26
Closed

Deploy stalled #23

devotox opened this issue Feb 14, 2020 · 3 comments · Fixed by #26
Assignees
Labels
Milestone

Comments

@devotox
Copy link

devotox commented Feb 14, 2020

Now CLI 17.0.3
> [debug] [2020-02-14T01:02:32.103Z] user supplied a possible target for deployment

> [debug] [2020-02-14T01:02:32.103Z] user supplied a possible target for deployment
> [debug] [2020-02-14T01:02:32.111Z] GET https://api.zeit.co/www/user 

> [debug] [2020-02-14T01:02:32.111Z] GET https://api.zeit.co/www/user 
> [debug] [2020-02-14T01:02:32.661Z] GET https://api.zeit.co/www/user : 548.921ms

> [debug] [2020-02-14T01:02:32.661Z] GET https://api.zeit.co/www/user : 548.921ms
? Set up and deploy “~/work/zenunu/zenunu”? [Y/n] 
? Set up and deploy “~/work/zenunu/zenunu”? [Y/n] 
@shallwefootball
Copy link

shallwefootball commented Feb 14, 2020

i think add --confirm options in now cli at now-args in action .yml

@sudkumar
Copy link

Yes. Now CLI v17 has this breaking change regarding the way Zeit project are linked to a repository.

Please See

I wish there was an env like CI: true that we can accept which will disable any interactivity with the now cli or we can have a way to specify the now cli version.

  with:
    now-args: "--prod"
+ env:
+   CI: true

cc @amondnet

@devotox
Copy link
Author

devotox commented Feb 15, 2020

--confirm works

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

Successfully merging a pull request may close this issue.

4 participants