Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Allow multi-connection deploy target #10

@coreypmurphy

Description

@coreypmurphy

Would love the ability to deploy to a "deployTarget" environment with multiple servers in same block. For example, I have 2 production servers that need the same deployment however I would have to run two separate deploy operations given the current implementation. It would be awesome to see the following where "connections" is an array of connection objects that deploys to each given one "ember deploy production" statement:

ENV['simply-ssh'] = {
  connections: [{
    host: 'SERVER_1',
    port: 22,
    username: 'USERNAME',
    privateKey: process.env.SSH_KEY
   },
   {
     host: 'SERVER_2',
     port: 22,
     username: 'USERNAME',
     privateKey: process.env.SSH_KEY
   }],
   dir: '/var/www/project',
   keep: 5
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions