Skip to content

Helper for notifying the Beeper API server about bridge updates in order to automatically deploy them

License

Notifications You must be signed in to change notification settings

beeper/bridge-cd-tool

Repository files navigation

bridge-cd-tool

This is a simple program used to notify the Beeper API server about bridge updates. It's probably not very interesting for others.

Usage as a GitHub Action

- name: Run bridge CD tool
  uses: beeper/bridge-cd-tool@main
  env:
    CI_REGISTRY: "${{ secrets.CI_REGISTRY }}"
    BEEPER_DEV_ADMIN_API_URL: "${{ secrets.BEEPER_DEV_ADMIN_API_URL }}"
    BEEPER_STAGING_ADMIN_API_URL: "${{ secrets.BEEPER_STAGING_ADMIN_API_URL }}"
    BEEPER_PROD_ADMIN_API_URL: "${{ secrets.BEEPER_PROD_ADMIN_API_URL }}"
    BEEPER_DEV_ADMIN_NIGHTLY_PASS: "${{ secrets.BEEPER_DEV_ADMIN_NIGHTLY_PASS }}"
    BEEPER_STAGING_ADMIN_NIGHTLY_PASS: "${{ secrets.BEEPER_STAGING_ADMIN_NIGHTLY_PASS }}"
    BEEPER_PROD_ADMIN_NIGHTLY_PASS: "${{ secrets.BEEPER_PROD_ADMIN_NIGHTLY_PASS }}"

About

Helper for notifying the Beeper API server about bridge updates in order to automatically deploy them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages