Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Deploy to multiple FTP targets at same time #149

Open
pierkidesign opened this issue Oct 28, 2019 · 1 comment
Open

Deploy to multiple FTP targets at same time #149

pierkidesign opened this issue Oct 28, 2019 · 1 comment

Comments

@pierkidesign
Copy link

pierkidesign commented Oct 28, 2019

Description

Hi, I would like to deploy some file to multiples targets servers at same time.

Actual behavior

My settings are OK, two FTP host target, and I am able to deploy to target 1 or target 2 with the deploy command one at time, but I can't find how to deploy to ALL servers at SAME time, or successively, with just one command...

Any suggestion ?

@molamooo
Copy link

molamooo commented Nov 8, 2019

Use a batch target, as the document says:

        "targets": [
            {
                "type": "batch",
                "name": "host1 and host2",
                "targets": ["host1", "host2"]
            },
            ...
        ]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants