Skip to content

Commit

Permalink
install ruby, checkout before deploy (#2811)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcarthur authored Nov 13, 2023
1 parent 2148a5d commit 9912b00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9912b00

Please sign in to comment.