Skip to content

Commit

Permalink
fix ruby step
Browse files Browse the repository at this point in the history
  • Loading branch information
worm-emoji committed Apr 24, 2023
1 parent 1920020 commit 764f255
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-al-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
deploy:
name: deploy
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
permissions:
contents: read
packages: write
Expand All @@ -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
Expand Down

1 comment on commit 764f255

@vercel
Copy link

@vercel vercel bot commented on 764f255 Apr 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lanyard – ./

lanyard-git-main.mf.dev
lanyard.mf.dev
lanyard-production.mf.dev

Please sign in to comment.