Skip to content

Commit

Permalink
Don't bundle exec
Browse files Browse the repository at this point in the history
  • Loading branch information
robzolkos committed Oct 10, 2024
1 parent fbbfe2f commit b72a891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: cp config/deploy.yml.prod config/deploy.yml

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

0 comments on commit b72a891

Please # to comment.