Skip to content

Commit

Permalink
update: packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chr33s committed Nov 30, 2023
1 parent 1431d3f commit a511d8e
Show file tree
Hide file tree
Showing 5 changed files with 10,702 additions and 6,049 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
bundler-cache: true
ruby-version: "3.2"
- run: mrsk deploy --skip-push --version ghcr.io/${{ github.repository }}:${{ github.ref_name }}
- run: kamal deploy --skip-push --version ghcr.io/${{ github.repository }}:${{ github.ref_name }}
if: github.ref_type == 'tag'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

source "https://rubygems.org"

gem "mrsk", "~> 0.13.2"
gem "kamal", "~> 1.3.0"
30 changes: 22 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,43 +1,57 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.7.2)
activesupport (7.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
base64 (0.2.0)
bcrypt_pbkdf (1.1.0)
bigdecimal (3.1.4)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
dotenv (2.8.1)
drb (2.2.0)
ruby2_keywords
ed25519 (1.3.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
minitest (5.19.0)
mrsk (0.13.2)
kamal (1.3.0)
activesupport (>= 7.0)
bcrypt_pbkdf (~> 1.0)
concurrent-ruby (~> 1.2)
dotenv (~> 2.8)
ed25519 (~> 1.2)
net-ssh (~> 7.0)
sshkit (~> 1.21)
thor (~> 1.2)
zeitwerk (~> 2.5)
minitest (5.20.0)
mutex_m (0.2.0)
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-ssh (7.2.0)
sshkit (1.21.5)
ruby2_keywords (0.0.5)
sshkit (1.21.6)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
thor (1.2.2)
thor (1.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
arm64-darwin-22
arm64-darwin-23

DEPENDENCIES
mrsk (~> 0.13.2)
kamal (~> 1.3.0)

BUNDLED WITH
2.4.19
2.4.22
Loading

0 comments on commit a511d8e

Please sign in to comment.