You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,20 @@ This repo demonstrates how to deploy to Google Cloud from a
6
6
Travis file and run an end to end test ( in e2e_test.py) against
7
7
a staging environment.
8
8
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.
11
14
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.
14
15
The main difference is that you no longer need to explicitly download the
15
16
Cloud SDK and run the deploy command, although you still need to
16
17
specify a service account credential.
17
18
19
+
To see an example, look at the following branches:
0 commit comments