Skip to content

Commit

Permalink
Use bundle exec
Browse files Browse the repository at this point in the history
  • Loading branch information
robzolkos committed Oct 10, 2024
1 parent 7fc2adc commit 11f658a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
with:
bundler-cache: true

- run: gem install kamal

- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
Expand All @@ -34,4 +32,4 @@ jobs:
run: cp config/deploy.yml.prod config/deploy.yml

- name: Deploy Application
run: kamal deploy
run: bundle exec kamal deploy

0 comments on commit 11f658a

Please # to comment.