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
Is it on the plans?
The text was updated successfully, but these errors were encountered:
This is built in.
I thought I had a pending pull request documenting this, but I can't find it. Going to search for it now.
Sorry, something went wrong.
It's a pending pull request for the documentation website: mina-deploy/mina-docs#1
How to implement multi-stage deployment:
# config/deploy.rb case ENV['to'] when 'staging' set :domain, "staging.example.com" else set :domain, "www.example.com" end
Then to deploy to staging, execute mina deploy to=staging and you're set.
mina deploy to=staging
Simple. Brilliant. Thanks.
No branches or pull requests
Is it on the plans?
The text was updated successfully, but these errors were encountered: