Sha256: e485d9150118c63b0045572dd718d9b10a775109e0457c3511d661c14f31edc0

Contents?: true

Size: 805 Bytes

Versions: 7

Compression:

Stored size: 805 Bytes

Contents

default: &default




development:
  <<: *default

  code:
    storage:

  content:
    -
      name: "views"

      # dirs to sync
      dirs:
        - app/assets
        - app/views


      storage:
        type: git
        remote_repo: "git@github.com:maxivak/tpl-data.git"
        local_repo_dir: "tmp/repo-data"
        remote_repo_ssh_key: "/path/to/key/id_rsa"

    -
      name: "images"

      dirs:
        - public/img

      exclude:
        - tmp


      storage:
        type: ssh
        host: "files.host"
        path: "/tmp/cms"
        ssh_port: 22
        ssh_user: "myuser"
        ssh_password: "mypwd"
        ssh_key: "or /path/to/key/id_rsa"


    -
      name: "uploads"

      dirs:
        - public/uploads


      storage:
        type: ssh



production:
  <<: *default



Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
optimacms-0.4.3 spec/dummy/config/appdata/appdata.example.yml
optimacms-0.4.2 spec/dummy/config/appdata/appdata.example.yml
optimacms-0.3.35 spec/dummy/config/appdata/appdata.example.yml
optimacms-0.3.34 spec/dummy/config/appdata/appdata.example.yml
optimacms-0.3.30 spec/dummy/config/appdata/appdata.example.yml
optimacms-0.3.29 spec/dummy/config/appdata/appdata.example.yml
optimacms-0.3.23 spec/dummy/config/appdata/appdata.example.yml