GithubHelp home page GithubHelp logo

[BUG] report about runway HOT 2 CLOSED

onicagroup avatar onicagroup commented on June 1, 2024
[BUG] report

from runway.

Comments (2)

ITProKyle avatar ITProKyle commented on June 1, 2024

I just tested this and it appears to be functioning correctly.

This runway.yml file:

---
# See full syntax at https://docs.onica.com/projects/runway/en/latest/
deployments:
  - modules:
      - module1
      - module2
    parallel_regions:
      - us-west-2
      - us-east-1

results in 2 steps.

  1. module1 is deployed to us-west-2 and us-east-1 simultaneously.
  2. module2 is deployed to us-west-2 and us-east-1 simultaneously after module1 has been deployed to both regions.

If you are looking to deploy all modules to all regions simultaneously, you would need to specify that the modules should be run in parallel as well as the regions.

---
# See full syntax at https://docs.onica.com/projects/runway/en/latest/
deployments:
  - modules:
      - parallel:
          - module1
          - module2
    parallel_regions:
      - us-west-2
      - us-east-1

If this is not what you are looking for, please let me know.

from runway.

animaxcg avatar animaxcg commented on June 1, 2024
deployments:
  - modules:
      - parallel:
         - module1
         - module2
    parallel_regions:
      - us-west-2
      - us-east-1

I was trying the above... I missed the - infront of parallel (so did you :) )

from runway.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.