We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1f0c9 commit 1920020Copy full SHA for 1920020
.github/workflows/deploy-al-prod.yml
@@ -22,6 +22,12 @@ jobs:
22
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
23
- name: Check out code into the Go module directory
24
uses: actions/checkout@v3
25
+ - name: Install ruby
26
+ uses: actions/setup-ruby@v1
27
+ with:
28
+ ruby-version: "3.2.1"
29
+ - name: Install mrsk
30
+ run: gem install mrsk
31
- run: ./cmd/api/deploy.sh
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments