Skip to content

Commit

Permalink
Test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
aamend committed Mar 8, 2024
1 parent c093080 commit f05fd56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
config = configparser.ConfigParser()
config.read_file(io.StringIO(os.environ['DB_PROFILES']))
if '${{ github.event.repository.db_profile }}' not in config.sections():
raise Exception('Provided DB_PROFILE is not supported')
config = config['${{ github.event.repository.db_profile }}']
Accelerator(
Expand Down

0 comments on commit f05fd56

Please sign in to comment.