GithubHelp home page GithubHelp logo

actions-app-deploy's People

Contributors

andipaetzold avatar cf-allstar[bot] avatar ivo-toby avatar jjolton-contentful avatar vikaskumr avatar whitelisab avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

teunverhaert

actions-app-deploy's Issues

Add documentation for how to limit which branch pushes this action triggers on

First off, this is a great tool -- makes it so much easier to manage Contentful-hosted apps! The only thing that I think might be worth updating would be to document how to best prevent this from running on pushes to any branch. Many use cases would only require the app definition to be updated when code is fully reviewed and released (e.g. pushes/merges to the main branch).

As is, this will trigger a deploy on any and all branch when pushed, but could easily be remedied by replacing

on: [push]

with

on:
  push:
    branches:
      - main
  pull_request:
    branches: 
      - main

I'd be happy to submit a PR for the README if necessary ๐Ÿ˜Ž

Add option to set bundle comment

Hi, It would be nice if I could set a bundle comment when running the action.

 - uses: contentful/actions-app-deploy@v1
        with:
          organization-id: ${{ secrets.ORGANIZATION_ID }}
          app-definition-id: ${{ secrets.APP_DEFINITION_ID }}
          access-token: ${{ secrets.ACCESS_TOKEN }}
          folder: build
          comment: "Deployed by github action"

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.