Skip to content

Commit

Permalink
Update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Nov 1, 2022
1 parent 83a8022 commit d172f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Bundle gems
run: |
gem install bundler
bundle install --jobs 4 --retry 3
bundler install --jobs 4 --retry 3
- name: Run Rake tasks
run: |
bundle exec rake
bundler exec rake
- name: Prepare FTP directories
run: |
mkdir rva
Expand Down

0 comments on commit d172f97

Please sign in to comment.