Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #23 from hathitrust/update-sinatra
Browse files Browse the repository at this point in the history
Update sinatra; github actions
  • Loading branch information
aelkiss authored Dec 16, 2022
2 parents 16b0f6e + 31d0703 commit 02656c6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
environment: staging
steps:
- name: Deploy to ${{ env.environment }}
- name: Deploy to staging
uses: mlibrary/deploy-to-kubernetes@v3
with:
registry_token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
environment: production
steps:
- name: Deploy to ${{ env.environment }}
- name: Deploy to production
uses: mlibrary/deploy-to-kubernetes@v3
with:
registry_token: ${{ github.token }}
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/manual-deploy-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
description: tag
required: true

env:
environment: testing

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -37,7 +34,7 @@ jobs:
uses: hathitrust/github_actions/validate-tag@v1
with:
tag: ${{ github.event.inputs.tag }}
- name: Deploy to ${{ env.environment }}
- name: Deploy to testing
uses: mlibrary/deploy-to-kubernetes@v3
with:
registry_token: ${{ github.token }}
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GEM
httpclient
json-jwt (>= 1.11.0)
rack (>= 2.1.0)
rack-protection (3.0.2)
rack-protection (3.0.4)
rack
rack-test (2.0.2)
rack (>= 1.3)
Expand Down Expand Up @@ -143,10 +143,10 @@ GEM
simplecov-html (0.12.3)
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.4)
sinatra (3.0.2)
sinatra (3.0.4)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.2)
rack-protection (= 3.0.4)
tilt (~> 2.0)
solr_cursorstream (0.2.0)
faraday
Expand Down

0 comments on commit 02656c6

Please sign in to comment.