diff --git a/.github/workflows/deploy-al-prod.yml b/.github/workflows/deploy-al-prod.yml index 960f9c4..517290c 100644 --- a/.github/workflows/deploy-al-prod.yml +++ b/.github/workflows/deploy-al-prod.yml @@ -11,7 +11,7 @@ on: jobs: deploy: name: deploy - runs-on: ubuntu-latest + runs-on: ubuntu-latest-8-cores permissions: contents: read packages: write @@ -23,9 +23,10 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v3 - name: Install ruby - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: - ruby-version: "3.2.1" + ruby-version: "3.2" + bundler-cache: true - name: Install mrsk run: gem install mrsk - run: ./cmd/api/deploy.sh