woodpecker/pkg/plugin/deploy
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
..
appfog.go initial public commit 2014-02-07 03:10:01 -07:00
bash.go Deployment with Bash command 2014-03-25 19:08:05 +04:00
cloudcontrol.go initial public commit 2014-02-07 03:10:01 -07:00
cloudfoundry.go initial public commit 2014-02-07 03:10:01 -07:00
deployment.go Deployment with Bash command 2014-03-25 19:08:05 +04:00
engineyard.go initial public commit 2014-02-07 03:10:01 -07:00
git.go git deploy pushes to given branch (default master) 2014-03-12 10:25:35 -07:00
heroku.go initial public commit 2014-02-07 03:10:01 -07:00
modulus.go Corrected project usage. 2014-02-23 18:10:01 -05:00
nodejitsu.go removed unused fmt package 2014-03-20 00:33:45 -07:00
openshift.go initial public commit 2014-02-07 03:10:01 -07:00
ssh.go Fix ARTIFACT env-var being replaced if only one entry is listed. 2014-03-19 09:02:35 +07:00
ssh_test.go Fix ARTIFACT env-var being replaced if only one entry is listed. 2014-03-19 09:02:35 +07:00
tsuru.go implemented tsuru deploy plugin. 2014-03-22 23:22:01 -03:00