Skip to content

Commit

Permalink
Merge pull request #54 from JuzerShakir/update-production-config
Browse files Browse the repository at this point in the history
Update production configurations
  • Loading branch information
JuzerShakir authored Dec 10, 2024
2 parents 98eef01 + 4d9f394 commit 5efe4e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1

# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.3.0
ARG RUBY_VERSION=3.3.6
FROM ruby:$RUBY_VERSION-slim as base

LABEL fly_launch_runtime="rails"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -450,4 +450,4 @@ RUBY VERSION
ruby 3.3.6p108

BUNDLED WITH
2.5.6
2.5.23

0 comments on commit 5efe4e7

Please sign in to comment.