Skip to content

Commit

Permalink
[Issue #1288] Frontend doesn't have a database (#1839)
Browse files Browse the repository at this point in the history
## Summary

Fixes #1288, follows up on
https://github.com/HHS/simpler-grants-gov/pull/1649/files#r1561288689

### Time to review: __1 mins__
  • Loading branch information
coilysiren authored Apr 25, 2024
1 parent 4a6a855 commit 22da204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-frontend-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
directory: ["database", "service"]
directory: ["service"]
envs: ${{ github.event_name == 'release' && fromJSON('["prod"]') || fromJSON('["dev", "staging"]') }} # deploy prod on releases, otherwise deploy staging and dev

permissions:
Expand Down

0 comments on commit 22da204

Please sign in to comment.