Coder Social home page Coder Social logo

deliverybot / deployment-status Goto Github PK

View Code? Open in Web Editor NEW
26.0 26.0 10.0 395 KB

GitHub action for updating deployments with status events.

Home Page: https://deliverybot.dev

License: MIT License

JavaScript 100.00%
action deployment deployment-automation

deployment-status's Introduction

Deliverybot

https://deliverybot.dev

Simple Continuous Delivery for GitHub: Fast, safe and secure Continous Delivery pipelines you can setup in minutes. Fully open source.

Product screenshot

  • Click to deploy: Click the latest commit in the Deliverybot dashboard to deploy your code. It doesn't get any simpler than that.
  • Automatic deployments: Deploy automatically to multiple clusters and environments given a specific branch.
  • Advanced deployment workflows: Orchestrate canary deployments to test code in incremental steps. Push out environments per pull request.
  • Integrates with slack: Deploy from slack as well as deployments from a dashboard.

Contributing

If you have suggestions for how deliverybot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

Setup

yarn install
yarn start

License

MIT © 2019 Deliverybot (https://github.com/deliverybot/deliverybot)

deployment-status's People

Contributors

bobheadxi avatar colinjfw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

deployment-status's Issues

Error when workflow is triggered from another repo

I have a repo that triggers a deployment workflow using benc-uk/workflow-dispatch@v1.

I trigger the deploy workflow like below:

- name: Deploy
  uses: benc-uk/workflow-dispatch@v1
  with:
    workflow: Deploy
    token: ${{ secrets.pull_access_token }}
    repo: org/repo
    ref: master
    inputs: '{"environment": "all"}'

And have this step in the deploy workflow:

- name: Deployment Pending
  uses: deliverybot/deployment-status@v1
  with:
    state: pending
    token: ${{ github.token }}

It seems to trigger just fine but I'm getting the below error on the deployment status step:
image

When I run the deploy workflow normally everything works fine.

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.