diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9239957..c4718c4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: build-and-push: needs: test - runs-on: ubuntu-latest + runs-on: [self-hosted, arm64, bcards] if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' steps: @@ -75,7 +75,7 @@ jobs: deploy-staging: needs: build-and-push - runs-on: ubuntu-latest + runs-on: [self-hosted, arm64, bcards] if: github.ref == 'refs/heads/develop' steps: