Sha256: 7f2114e91ac3d1297f4760f57a2475fe7be91da34b0da0c011fe8594d41ffd65

Contents?: true

Size: 764 Bytes

Versions: 3

Compression:

Stored size: 764 Bytes

Contents

app:
  name: sample-site
  strategy: wordpress
  git: git@github.com/username/sample-site.git
  branch: production

target:
  host: sample-site.com
  user: deployer
  password: password
  deploy_to: /home/deployer/www

wordpress:
  theme: theme_name
  site:
    title: "Site Title"
    url: "http://sample-site.com"
    admin_name: "admin"
    admin_email: "admin@admin.com"
    admin_password: "password"
  mysql: 
    host: 127.0.0.1
    user: mysql-user
    password: mysql-password
    database: mysql-dadtabase
  plugins:
    - advanced-custom-fields: git://github.com/elliotcondon/acf.git
    - be-subpages-widget
    - contact-form-7
    - contact-form-7-to-database-extension
    - featured-page-widget
    - share-this
    - twitter-widget-pro
    - types

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shuttle-deploy-0.2.0.beta3 examples/wordpress.yml
shuttle-deploy-0.2.0.beta2 examples/wordpress.yml
shuttle-deploy-0.2.0.beta1 examples/wordpress.yml