mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 07:12:20 -05:00
Fix workflow and python syntax issues
This commit is contained in:
3
.github/workflows/deploy-demo.yml
vendored
3
.github/workflows/deploy-demo.yml
vendored
@@ -1,7 +1,8 @@
|
||||
name: Deploy to demo environment
|
||||
|
||||
on:
|
||||
push: [ production ]
|
||||
push:
|
||||
branches: [ production ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@@ -415,9 +415,11 @@ class Production(Config):
|
||||
class Staging(Production):
|
||||
pass
|
||||
|
||||
|
||||
class Demo(Production):
|
||||
pass
|
||||
|
||||
|
||||
configs = {
|
||||
'development': Development,
|
||||
'test': Test,
|
||||
|
||||
Reference in New Issue
Block a user