Skip to content

Commit

Permalink
Fix worker labels
Browse files Browse the repository at this point in the history
  • Loading branch information
krolol committed Jan 16, 2024
1 parent c740ca6 commit e87edfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-and-deploy:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/build-and-upload-static.yaml@1.0.0
with:
runs-on: '["self-hosted", "cere-network-xlarge-workers"]'
runs-on: '["self-hosted", "cere-network-xlarge"]'
build_container: 'node:16-buster'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'cp .env.dev .env; sh ./scripts/copy-dev-config.sh; yarn install'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-and-deploy:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/build-and-upload-static.yaml@1.0.0
with:
runs-on: '["self-hosted", "cere-network-xlarge-workers"]'
runs-on: '["self-hosted", "cere-network-xlarge"]'
build_container: 'node:16-buster'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'cp .env.prod .env; sh ./scripts/copy-prod-config.sh; yarn install'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-and-deploy:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/build-and-upload-static.yaml@1.0.0
with:
runs-on: '["self-hosted", "cere-network-xlarge-workers"]'
runs-on: '["self-hosted", "cere-network-xlarge"]'
build_container: 'node:16-buster'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'cp .env.stage .env; sh ./scripts/copy-stage-config.sh; yarn install'
Expand Down

0 comments on commit e87edfa

Please sign in to comment.