Skip to content

Commit d887850

Browse files
author
Bill Prin
committed
Update readme
1 parent aedcf83 commit d887850

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,20 @@ This repo demonstrates how to deploy to Google Cloud from a
66
Travis file and run an end to end test ( in e2e_test.py) against
77
a staging environment.
88

9-
See the `managed_vms` example for a similar repo and Travis deployment
10-
using Managed VMs.
9+
See the [managed_vms](https://github.com/googlecloudplatform/continuous-deployment-demo/tree/managed_vms) branch for a similar repo and Travis deployment using Managed VMs.
10+
11+
# Travis Continual Deployment Provider
12+
13+
Travis has a [builtin Travis deploy provider](http://docs.travis-ci.com/user/deployment/) that can simplify your .travis.yml.
1114

12-
To see an example of deploying using the [builtin Travis deploy provider](http://docs.travis-ci.com/user/deployment/),
13-
see `appengine_travis_deploy` and `managed_vms_travis_deploy` respectively.
1415
The main difference is that you no longer need to explicitly download the
1516
Cloud SDK and run the deploy command, although you still need to
1617
specify a service account credential.
1718

19+
To see an example, look at the following branches:
20+
21+
* App Engine [appengine_travis_deploy](https://github.com/GoogleCloudPlatform/continuous-deployment-demo/tree/appengine_travis_deploy)
22+
* Managed VMS [managed_vms_travis_deploy](https://github.com/GoogleCloudPlatform/continuous-deployment-demo/tree/managed_vms_travis_deploy)
1823

1924
## Prerequisites
2025

0 commit comments

Comments
 (0)