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(core): deploy command wouldn't start port forwards with dev flag #2500

Merged
merged 1 commit into from
Aug 5, 2021

Conversation

edvald
Copy link
Collaborator

@edvald edvald commented Jul 21, 2021

Simple omission, we forgot to check the dev flag when checking if the
method would be persistent (and should thus start proxies).

Fixes #2497

Simple omission, we forgot to check the dev flag when checking if the
method would be persistent (and should thus start proxies).

Fixes #2497
@edvald edvald force-pushed the fix-deploy-port-forward branch from a55a619 to a25d635 Compare August 5, 2021 16:22
@edvald edvald merged commit 08b1e17 into master Aug 5, 2021
@edvald edvald deleted the fix-deploy-port-forward branch August 5, 2021 16:22
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

Successfully merging this pull request may close these issues.

Port-forwards not being started for services in dev mode
2 participants