We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Inside of functions.sh there is a comment about adding a deploy_install() command:
# TODO: Add a deploy_install command for projects early in development that want # to reinstall on every deploy.
The text was updated successfully, but these errors were encountered:
Usage:
Modify:
And replace deploay_updates with deploy_install on projects where re-installation is desired.
deploay_updates
deploy_install
Possible future work: Make this something someone can control via their project.xml
Sorry, something went wrong.
Fixes #985: Implement deploy_install() to rebuild projects on deploy. (…
a184fdf
…#986)
No branches or pull requests
Inside of functions.sh there is a comment about adding a deploy_install() command:
The text was updated successfully, but these errors were encountered: