Skip to content

Commit

Permalink
added auto-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav Litvinov committed Nov 13, 2023
1 parent 5142b0f commit d15878f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run rubocop
run: bundle exec rubocop
- name: Deploy
run: curl ${{ secrets.DEPLOY_URL }}

0 comments on commit d15878f

Please sign in to comment.