Mina 1.2 along with mina-circle 3 beta #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrades mina to 1.2 and corresponding updates to mina-circle 3.0.0.beta.1
To test:
docker build -t sparkbox/mina-deploy:local .
will build a local instance ofmina-deploy
.docker run -it --rm sparkbox/mina-deploy:local
--help
output which should includemina [-f rakefile] {options} targets...
and the option flags list.docker run -it --rm sparkbox/mina-deploy:local --version
Mina, version v1.2.3
docker run -it --rm sparkbox/mina-deploy:local --tasks
mina init # Creates a sample config file
docker run -it --rm -v ${PWD}:/deploy sparkbox/mina-deploy:local init
config/deploy.rb
fileYou can delete the
config/deploy.rb
file when you're done.Docker Image: I've also configured automatic image builds on Docker Hub. When this is merged, the
latest
Docker image for mina-deploy will be built and published. We'll also want to publish a 2.0.0 tag of this repository so that folks can depend directly on this version of mina-deploy.