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

Migrate to standardised workflows #59

Open
cyri113 opened this issue Jun 5, 2023 · 0 comments
Open

Migrate to standardised workflows #59

cyri113 opened this issue Jun 5, 2023 · 0 comments
Assignees

Comments

@cyri113
Copy link
Contributor

cyri113 commented Jun 5, 2023

start.staging.yml

name: Staging CI/CD Pipeline

on: pull_request

jobs:
  ci:
    uses: TogetherCrew/operations/.github/workflows/ci.yml@main
    secrets:
      CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

production.yml

name: Production CI/CD Pipeline

on:
  push:
    branches:
      - main

jobs:
  ci:
    uses: TogetherCrew/operations/.github/workflows/ci.yml@main
    secrets:
      CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

This will require some refactoring for the coding standards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants