Sha256: cbb3b7e4bc0ffa40b170092b8223c9c5f1ce0e1bdb2930f0a9e1355571573530
Contents?: true
Size: 874 Bytes
Versions: 8
Compression:
Stored size: 874 Bytes
Contents
default: &default development: <<: *default code: storage: content: - name: "views" # dirs to sync dirs: - app/assets - app/views storage: type: git remote_repo: "ssh://git@git.friendlydata.com:10022/friendlydata/optimacms-data.git" local_repo_dir: "/data/temp/optimacms/repo-data" remote_repo_ssh_key: "/data/keys/optimacms/id_rsa" - name: "images" dirs: - public/img exclude: - tmp storage: type: ssh host: "51.1.0.20" path: "/tmp/cms" ssh_port: 22 ssh_user: "app" ssh_password: "LocalData0" ssh_key: "" - name: "uploads" dirs: - public/uploads storage: type: local path: "/tmp/cms/uploads" production: <<: *default
Version data entries
8 entries across 8 versions & 1 rubygems