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
Even Easier Deploy Setup.
$ mix akd.setup
Deploy task name (default: Deploy)
How to fetch the for build code:
Fetch Hook Options.
How to build the app:
Build Environment Variables: (example: "ENV_NAME"="value", "ENV_NAME2"="value") (default: none)
Build Hook Options.
How to publish the app to the server:
Publish Environment Variables: (example: "ENV_NAME"= "value", "ENV_NAME2"="value") (default: none)
Publish Hook Options.
Add Phoenix Build Hooks for NPM: (default: Y)
NPM Hook Options.
Add Phoenix Build Hooks for asset pipeline:
Brunch, Webpack Hook Options.
Apps needing Ecto Migration task and Publish Hook for running migrations: (example: :appname1, :appname2) (default: none)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why?
Even Easier Deploy Setup.
Usage:
$ mix akd.setup
User Inputs:
Deploy task name (default: Deploy)
How to fetch the for build code:
(default 1)
Fetch Hook Options.
How to build the app:
(default 1)
Build Environment Variables:
(example: "ENV_NAME"="value", "ENV_NAME2"="value")
(default: none)
Build Hook Options.
How to publish the app to the server:
(default 1)
Publish Environment Variables:
(example: "ENV_NAME"= "value", "ENV_NAME2"="value")
(default: none)
Publish Hook Options.
Add Phoenix Build Hooks for NPM: (default: Y)
NPM Hook Options.
Add Phoenix Build Hooks for asset pipeline:
(default 1)
Brunch, Webpack Hook Options.
Apps needing Ecto Migration task and Publish Hook for running migrations:
(example: :appname1, :appname2)
(default: none)
The text was updated successfully, but these errors were encountered: