Commit graph

59 commits

Author SHA1 Message Date
Kyle Vigen
b009475ea1 Allow publishing from base directory
Some our our respositories have Dockerfiles with commands like ADD . /path. These don't
work if we do - < Dockerfile because the only thing in "." will be the Dockerfile, not
the other things we want. This allows us to support that use case.
2014-06-27 15:28:18 -07:00
Kyle Vigen
bcd29fc31f Also publish "latest" image 2014-06-25 15:08:21 -07:00
Kyle Vigen
e0b2084f42 Only grab the last part of the docker repo name 2014-06-24 11:13:39 -07:00
Kyle Vigen
c14d65cf3e Write login command silently so it doesn't print password 2014-06-24 11:13:36 -07:00
Kyle Vigen
b1c019b4dd Add tests for docker plugin
These tests just check that the docker commands show up in the buildfile
2014-06-20 15:52:05 -07:00
Kyle Vigen
fa4dc60545 Add docker.io Drone plugin which creates a docker image for each successful build
This change adds a new Drone plugin for creating a docker image. The plugin
creates a docker image for the test build and pushes the image to images.docker.io.
2014-06-20 15:52:05 -07:00
Matthias Rolke
da70994b75 Fix force option of git/heroku/tsuru deploy plugin
The build artifacts were actually not pushed because the HEAD ref before
the commit 'add build artifacts' was used in the git push command.
2014-06-14 14:07:02 +02:00
Matt Martz
d3448badd6 Make target optional in the swift publish plugin
This allows uploading a directory to the root of a container. If
uploading a file and you do not specify a target, nothing will actually
be uploaded.
2014-05-21 11:53:51 -05:00
Nurahmadie
87c762f222 Add -r flag to enable recursive scp 2014-05-07 03:40:42 +07:00
Ke Zhu
0ee9b163b9 correct npm publish logic 2014-05-04 22:05:24 -04:00
Ke Zhu
d77b3209b0 update npm login method 2014-05-04 21:48:03 -04:00
Ke Zhu
d0628bbe7b support publishing to npm 2014-05-04 16:06:18 -04:00
Matt Martz
509d0ec23b Add the ability to restrict publish plugins to a specific branch 2014-05-01 12:59:45 -05:00
Matt Martz
4686cfeccc Support custom PyPI repositories 2014-04-29 15:11:06 -05:00
Ke Zhu
b009768e41 automatically install cf tool to resolve issue #193 2014-04-21 00:07:48 -04:00
Ke Zhu
25f167b34a make space and organization optional 2014-04-20 10:35:50 -04:00
Ke Zhu
a0fce08fc3 Merge branch 'deploy-to-cf' of github.com:shawnzhu/drone into deploy-to-cf 2014-04-20 10:34:30 -04:00
Andrew Davidson
6e3814a0cb use short hash 2014-04-18 10:08:31 -07:00
Andrew Davidson
2a90a2c8a8 update email notification subject 2014-04-17 18:14:13 -07:00
Mac Browning
4fef8ad7d4 Correct url building for branch query. Fixes drone/drone#265 2014-04-17 18:57:13 -04:00
Mark Steve Samson
6cfecc13d9 Add build links to Slack notifications 2014-04-09 17:39:23 +08:00
Brad Rydzewski
2838997eb1 Merge pull request #249 from marksteve/notify-slack
Slack notification  #200
2014-04-07 22:55:41 -07:00
Mark Steve Samson
cecbbbbc76 Minor message change 2014-04-08 09:08:51 +08:00
Marcus Ramberg
45324bc65a Slack uses markdown, not html 2014-04-06 22:04:13 +02:00
vagrant
d7338cfdb2 It builds 2014-04-06 09:05:30 +00:00
swgillespie
fc3236b95a Change format of .pypirc file in line with what distutils expects 2014-03-29 15:22:37 -07:00
swgillespie
ed18293ab3 Forgot to gofmt 2014-03-29 15:18:25 -07:00
swgillespie
2d07120891 Flag is 'formats', not 'format 2014-03-29 15:17:27 -07:00
swgillespie
ec409e51a1 Add ability to choose different formats 2014-03-29 15:15:52 -07:00
Ke Zhu
3bf5135547 support deploy to cloudfoundry 2014-03-29 16:12:47 -04:00
swgillespie
44aaf4fd9c Initial commit, haven't tested yet 2014-03-27 22:43:58 -07:00
Matt Martz
ec390c320e Add OpenStack swift publish functionality 2014-03-26 09:04:13 -05:00
Mark Steve Samson
29664be7b8 Initial slack notification work 2014-03-26 18:43:40 +08:00
Kir Shatrov
5567bb679f Reworked implementation with test coverage 2014-03-25 19:08:05 +04:00
Kir Shatrov
9bd7706ca3 Deployment with Bash command
Using this piece of YAML:
```
deploy:
	bash:
		command: 'bundle exec cap production deploy'
```

Will run Capistrano and deploy your app to production.
You can use any other deployment tool instead of Capistrano.
2014-03-25 19:08:05 +04:00
Andrews Medina
6ccc1729fb implemented tsuru deploy plugin. 2014-03-22 23:22:01 -03:00
Brad Rydzewski
092348f8f2 removed unused fmt package 2014-03-20 00:33:45 -07:00
indexzero
33be72b45d [api] First pass at "jitsu deploy". Thanks @fiveisprime! 2014-03-20 01:35:14 -04:00
Brad Rydzewski
f3530d76b2 Merge pull request #191 from fudanchii/deployment
Fix `artifact` env-var being replaced if only one entry is listed.
2014-03-18 22:46:29 -07:00
Nurahmadie
1dbef76780 Fix ARTIFACT env-var being replaced if only one entry is listed.
Also, use WriteEnv.
2014-03-19 09:02:35 +07:00
Alex Suraci
5ce081ba72 git deploy pushes to given branch (default master)
Signed-off-by: David Varvel <dvarvel@pivotallabs.com>
2014-03-12 10:25:35 -07:00
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