Sha256: 843d7ad93153f2a310bba4fc1cd7309bcba87af6f04cc0d35259b95c81d60f17

Contents?: true

Size: 1.34 KB

Versions: 20

Compression:

Stored size: 1.34 KB

Contents

app:
  # name of the app
  name: sample-site
  strategy: wordpress
  # source repository containing your theme
  git: git@github.com/username/sample-site.git
  # svn: https://some-svn-repo.com/sample-site
  branch: production

# Where to deploy
target:
  # host name or ip
  host: sample-site.com
  # Credentials for user that'll run deploy
  user: deployer
  password: password
  # Deploy path
  deploy_to: /home/deployer/www

wordpress:
  # Core version
  core: 3.5.1
  # wp-cli version. See wp-cli.org
  cli: 0.9.1
  # Theme name for source repo, should match theme slug
  theme: sample-site
  # Basic WP settings
  site:
    title: "Site Title"
    url: "http://sample-site.com"
    admin_name: "admin"
    admin_email: "admin@admin.com"
    admin_password: "password"
  # MySQL config
  mysql: 
    host: 127.0.0.1
    user: mysql-user
    password: mysql-password
    database: mysql-dadtabase
  # Plugins that you need for the site  
  plugins:
    # Grab a plugin from any git/svn repo
    - advanced-custom-fields: git://github.com/elliotcondon/acf.git
    # Install directly from wp plugins repo
    - be-subpages-widget
    # Install from a custom url (zip or tar.gz only)
    - my-plugin: http://mydomain.com/file.zip
    - contact-form-7
    - contact-form-7-to-database-extension
    - featured-page-widget
    - share-this
    - twitter-widget-pro
    - types

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
shuttle-deploy-0.4.0 examples/wordpress.yml
shuttle-deploy-0.3.3 examples/wordpress.yml
shuttle-deploy-0.3.2 examples/wordpress.yml
shuttle-deploy-0.3.1 examples/wordpress.yml
shuttle-deploy-0.3.0 examples/wordpress.yml
shuttle-deploy-0.3.0.beta1 examples/wordpress.yml
shuttle-deploy-0.2.3 examples/wordpress.yml
shuttle-deploy-0.2.2 examples/wordpress.yml
shuttle-deploy-0.2.1 examples/wordpress.yml
shuttle-deploy-0.2.0 examples/wordpress.yml
shuttle-deploy-0.2.0.beta16 examples/wordpress.yml
shuttle-deploy-0.2.0.beta15 examples/wordpress.yml
shuttle-deploy-0.2.0.beta14 examples/wordpress.yml
shuttle-deploy-0.2.0.beta13 examples/wordpress.yml
shuttle-deploy-0.2.0.beta12 examples/wordpress.yml
shuttle-deploy-0.2.0.beta11 examples/wordpress.yml
shuttle-deploy-0.2.0.beta10 examples/wordpress.yml
shuttle-deploy-0.2.0.beta9 examples/wordpress.yml
shuttle-deploy-0.2.0.beta7 examples/wordpress.yml
shuttle-deploy-0.2.0.beta6 examples/wordpress.yml