Matt Hernandez
40296fbd93
Corrected project usage.
2014-02-23 18:10:01 -05:00
Matt Hernandez
492ac956ca
Fixes.
...
Fixed the WriteEnv usage and updated to allow for sudo if necessary.
2014-02-23 18:07:25 -05:00
Matt Hernandez
77e2837ff0
Add Modulus to deployment class.
...
Allow the Modulus deployment type to be used.
2014-02-23 12:08:44 -05:00
Matt Hernandez
3920fd92fe
Added Modulus deployment.
...
Uses the configuration options of: Token (the user's Modulus API token) and
project (the project to deploy to).
2014-02-23 12:02:53 -05:00
Anton Lindström
827ec1735f
add git deployment into deployment list
...
Adds Git to the deployment list in deployment.go to actually be used by drone.
2014-02-11 19:28:50 +00:00
Anton Lindström
4d71643214
implement git deploy method
...
This commit implements the git deploy method. This is basically a copy of the
Heroku deploy method except it uses a target instead of an app. The target can
be anything that git accepts as a url.
An example of deploy using git can be:
deploy:
git:
target: git@example.com:myapp.git
2014-02-11 19:23:15 +00:00
Brad Rydzewski
d5e5797934
initial public commit
2014-02-07 03:10:01 -07:00