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

Paused publishing may block manual deploys #182

Closed
simplesteph opened this issue Dec 1, 2018 · 2 comments · Fixed by #844
Closed

Paused publishing may block manual deploys #182

simplesteph opened this issue Dec 1, 2018 · 2 comments · Fixed by #844

Comments

@simplesteph
Copy link

- Do you want to request a feature or report a bug?
Bug

- What is the current behavior?
I run

 netlify deploy --prod --dir build/html
Deploy path: /Users/stephanemaarek/projects/gitlab/kafka-offline-training-web/build/html
Deploying to live site URL...
✔ Finished hashing 48 files
✔ CDN requesting 0 files
✔ Finished uploading 0 assets
✔ Deploy is live!

Logs:              https://app.netlify.com/sites/quirky-kirch-2XXXeb/deploys/5c02619a67610c7e00a03c05
Unique Deploy URL: https://hidden--quirky-kirch-2XXXeb.netlify.com
Live URL:          https://quirky-kirch-2XXXeb.netlify.com

and I expect the site to be updated. It is updated for the unique deploy URL, but the live URL is still showing the previous version.

I have to click on "publish deploy" from the website UI to make things work...
image

Is that expected?

@simplesteph
Copy link
Author

Closing as "Auto Publish" was disabled and that was probably the issue. It'd be great for the CLI to intercept such settings and not misguide users in the log output

@bcomnes
Copy link
Contributor

bcomnes commented Dec 6, 2018

Interesting, reopening to track.

@bcomnes bcomnes reopened this Dec 6, 2018
@bcomnes bcomnes changed the title Can't publish from CLI Paused publishing may block manual deploys Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants