You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Readme.md and your blog post are broken now since those build scripts are gone :P is there an updated guide for handling the deploy-init-local part?
deploy-init-local should be generated by the config in config/prod.exs, e.g.
config:mix_deploy,# Generate runtime scripts from templatestemplates: [# Systemd wrappers"start","stop","restart","enable",# System setup"create-users","create-dirs","set-perms",# Local deploy"init-local","copy-files","release","rollback",# DB migrations"migrate"],app_user: "app",app_group: "app"
Check that it is there in the file matching your environment (e.g. dev vs prod). If you ran bin/build before updating the config, you might need to run it again.
I couldn't find the script in this command from README:
sudo bin/deploy-init-local
Does it suppose to generate one after I build the release?
The text was updated successfully, but these errors were encountered: