GithubHelp home page GithubHelp logo

jsfernandes / github-actions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from railsware/github-actions

0.0 1.0 0.0 5.78 MB

A collection of GitHub actions used at Railsware

License: MIT License

JavaScript 100.00%

github-actions's Introduction

Railsware Github Actions

A collection of GitHub actions used at Railsware


running action on local machine

  • yarn run_action --action name --param-1 value1 --param-2 value2 --param-3 value
    • name action name to run
    • param-x - param like they specified in action.yml
  • i.e when using credential profiles it could be like following:
  ACTIONS_RUNNER_DEBUG=true AWS_SDK_LOAD_CONFIG=1 AWS_PROFILE=my-work-profile AWS_REGION=us-east-1 yarn run_action \
    --action run-ecs-task \
    --cluster my-cluster \
    --service my-service \
    --container my-container \
    --command 'echo "Hello World"' \
    --task-definition 'my_task_definition_arn' \
    --wait-for-completion true \
    --show-raw-output false

Railsware

github-actions's People

Contributors

dependabot[bot] avatar igordobryn avatar le0pard avatar leonid-shevtsov avatar lorenc326 avatar terranisu avatar vladimirtaytor avatar

Watchers

 avatar

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.