Skip to content

Commit

Permalink
wrong docs generate command
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshAshby committed Feb 23, 2024
1 parent d1752f5 commit f6d6b16
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 @@ -37,17 +37,17 @@ jobs:
cache-version: 1

- name: Setup Database
run: bundle exec rails db:prepare
env:
DATABASE_URL: postgresql://postgres:testing@localhost:${{ job.services.postgres.ports['5432'] }}/transientbug_test
REDIS_URL: redis://localhost:${{ job.services.redis.ports['6379'] }}/0
run: ./bin/rails db:prepare

- name: Build API docs
run: bundle exec rails spec
env:
DATABASE_URL: postgresql://postgres:testing@localhost:${{ job.services.postgres.ports['5432'] }}/transientbug_test
REDIS_URL: redis://localhost:${{ job.services.redis.ports['6379'] }}/0
RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
run: ./bin/rails docs:generate

- name: Deploy to fly.io
env:
Expand Down

0 comments on commit f6d6b16

Please sign in to comment.