Benjamin Manns
baf468973f
Format go code.
2014-03-06 10:45:21 -08:00
Brad Rydzewski
252a8a9e68
Merge pull request #139 from jordane/jordane/add_irc_plugin
...
properly quit irc after sending failure/success
2014-02-27 16:00:21 -08:00
Jordan Evans
bab544261a
properly quit irc after sending failure/success
2014-02-27 12:00:15 -08:00
Brad Rydzewski
e62cdce37f
added echo statement to print when S3 deployment is starting
2014-02-26 00:58:50 -07:00
Brad Rydzewski
dc478a4ca8
Merge pull request #116 from fiveisprime/modulus-deployments
...
Adds support for Modulus deployments
2014-02-23 15:28:55 -08:00
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
Nurahmadie
20bf390dc2
Enable deployment via ssh
2014-02-23 20:19:00 +07:00
Jordan Evans
25749802ac
add irc notify plugin
...
It is based on github.com/fluffle/goirc
2014-02-21 16:10:04 -08:00
Brad Rydzewski
3a22094484
added code to ignore S3 builds when no access key or secret provided
2014-02-11 15:44:39 -07:00
Brad Rydzewski
a26b9c1658
removed duplicate /deploy /notify /publish directories in /pkg/build/script
2014-02-11 15:17:35 -07:00
Brad Rydzewski
0c36b42f69
Merge pull request #52 from antonlindstrom/feature-deploy-git
...
Implement feature git deploy
2014-02-11 12:35:47 -07: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
Robert Sköld
7c4299778f
s/Region/Access/
2014-02-10 12:53:55 +01:00
Brad Rydzewski
d5e5797934
initial public commit
2014-02-07 03:10:01 -07:00