Skip to content

Commit

Permalink
Merge pull request #159 from Cerebellum-Network/dev-cere
Browse files Browse the repository at this point in the history
Sync Dev Branch with Release 0.32.0 to Fix Stage Workflow
  • Loading branch information
shamilkhan authored Aug 11, 2023
2 parents 6d90466 + 4e03d91 commit 1a6f244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
build_and_deploy_backend_cerestats_api:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/deploy-to-ecr.yaml@1.3.0
uses: Cerebellum-Network/reusable-workflows/.github/workflows/deploy-to-ecr.yaml@master
with:
runs-on: '["self-hosted", "cere-network-large-workers"]'
environment: stg
Expand All @@ -22,7 +22,7 @@ jobs:
secrets: inherit

build_and_deploy_backend_cerestats_crawler:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/deploy-to-ecr.yaml@1.3.0
uses: Cerebellum-Network/reusable-workflows/.github/workflows/deploy-to-ecr.yaml@master
with:
runs-on: '["self-hosted", "cere-network-large-workers"]'
environment: stg
Expand All @@ -32,7 +32,7 @@ jobs:
secrets: inherit

build_and_deploy_frontend:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/build-and-upload-static.yaml@1.0.0
uses: Cerebellum-Network/reusable-workflows/.github/workflows/build-and-upload-static.yaml@master
with:
runs-on: '["self-hosted", "cere-network-large-workers"]'
build_container: 'node:14-buster-slim'
Expand Down

0 comments on commit 1a6f244

Please sign in to comment.