Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support other applications #48

Merged
merged 3 commits into from
Mar 11, 2024
Merged

Commits on Feb 12, 2024

  1. fix: workflow, not deployment, notifications

    aims to change the slack notifications from "deployment" to "workflow"
    or "merge" (even though that is kind of wrong as well). this follows
    changes made months ago to only kick off a remote deployment job from
    the repository `main` or `release` workflow runs.
    koivunej committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3eb7297 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Support other applications

    Before deploying this code, set the env variables:
    
    * CONSOLE_DEPLOY_WORKFLOW_ID - `console.yml`
    * CPLANE_DEPLOY_WORKFLOW_ID - `controlplane.yml`
    * TOOLSAPI_DEPLOY_WORKFLOW_ID - `toolsapi.yml`
    * FORECASTING_DEPLOY_WORKFLOW_ID - `forecasting.yml`
    chaporgin committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    188089c View commit details
    Browse the repository at this point in the history
  2. make tests pass

    chaporgin committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ceedd01 View commit details
    Browse the repository at this point in the history