diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index beab1f3a2..752579754 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,13 @@ jobs: deploy: runs-on: ubuntu-latest steps: + - uses: actions/setup-ruby@v1 + with: + ruby-version: '2.7' + + - name: Checkout + uses: actions/checkout@v4 + - name: Deploy env: AWS_REGION: us-east-1