Skip to content

Commit

Permalink
more CI updates, get rid of deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Sep 25, 2024
1 parent f51c215 commit d180121
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,4 @@ jobs:
compose-file: "./compose.yml"
down-flags: "--volumes"
test-container: app
test-command: bash -e "/app/ci.sh"
- name: Deploy to staging Heroku
env:
HEROKU_API_TOKEN: ${{ secrets.HEROKU_API_TOKEN }}
HEROKU_APP_NAME: 'staging-makeworks'
if: github.ref == 'refs/heads/master' && job.status == 'success'
run: git push https://heroku:[email protected]/$HEROKU_APP_NAME.git origin/master:master --force
test-command: "bash -e \"/app/ci.sh\""
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ GEM
oauth2 (~> 1.1)
omniauth (~> 1.9)
orm_adapter (0.5.0)
parser (3.3.0.5)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pg (1.2.3)
Expand All @@ -337,7 +337,7 @@ GEM
public_suffix (5.0.1)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.7.3)
racc (1.8.1)
rack (2.2.8.1)
rack-mini-profiler (2.3.2)
rack (>= 1.2.0)
Expand Down Expand Up @@ -446,7 +446,7 @@ GEM
sprockets (>= 3.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.3.0)
thor (1.3.2)
tilt (2.0.10)
timeout (0.4.1)
turbo-rails (2.0.4)
Expand Down Expand Up @@ -546,4 +546,4 @@ RUBY VERSION
ruby 3.1.6p260

BUNDLED WITH
2.1.4
2.5.20

0 comments on commit d180121

Please sign in to comment.