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

Wrong version of release is started #313

Open
rjanja opened this issue Sep 13, 2019 · 0 comments
Open

Wrong version of release is started #313

rjanja opened this issue Sep 13, 2019 · 0 comments

Comments

@rjanja
Copy link
Contributor

rjanja commented Sep 13, 2019

This is a placeholder to track an open issue at bitwalker/distillery#693 about Distillery not updating var/start_erl.data, so the incorrect version of the application is started.

A workaround is to remove this file post-deploy.

# https://github.com/bitwalker/distillery/issues/693
task :clear_start_erl do
  remote :app do
    "rm -f var/start_erl.data"
  end
end

after_task(:deploy, :clear_start_erl)
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