~mthaddon/mojo/mojo-how-to-autodeploy

« back to all changes in this revision

Viewing changes to mojo-how-to/manifest

  • Committer: Alexander List
  • Date: 2015-01-27 08:43:55 UTC
  • mfrom: (4.1.29 mojo-specs)
  • Revision ID: alexander.list@canonical.com-20150127084355-2a0pubkog2z9lm75
[mthaddon,r=alexlist] Working devel and (untested) production stages for the 'Mojo How To' website - documentation site for Mojo itself.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# We need the markdown package to be able to generate the docs for Mojo
 
2
builddeps packages=make,markdown
 
3
# Run the collect step
1
4
collect
 
5
# Run the build step
 
6
build
 
7
# Create our charm repository
2
8
repo
3
 
deploy config=services
 
9
# Pull in any secrets - this is only used in the production stage
 
10
secrets
 
11
# Deploy services only
 
12
deploy config=services local=landscape
 
13
# Copy our built resources to the instances
 
14
script config=upload-built-content
 
15
# And now deploy relations as well
4
16
deploy config=relations
5
 
include config=manifest-post-deploy
 
17
# Run verify steps
 
18
include config=manifest-verify