Skip to content

Commit

Permalink
add install ruby step
Browse files Browse the repository at this point in the history
  • Loading branch information
worm-emoji committed Apr 24, 2023
1 parent 6a1f0c9 commit 1920020
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-al-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Install ruby
uses: actions/setup-ruby@v1
with:
ruby-version: "3.2.1"
- name: Install mrsk
run: gem install mrsk
- run: ./cmd/api/deploy.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

1 comment on commit 1920020

@vercel
Copy link

@vercel vercel bot commented on 1920020 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.mf.dev
lanyard-git-main.mf.dev
lanyard-production.mf.dev

Please sign in to comment.