mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-17 18:52:30 -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
|
name: Deploy to demo environment
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push: [ production ]
|
push:
|
||||||
|
branches: [ production ]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
@@ -415,9 +415,11 @@ class Production(Config):
|
|||||||
class Staging(Production):
|
class Staging(Production):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class Demo(Production):
|
class Demo(Production):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
configs = {
|
configs = {
|
||||||
'development': Development,
|
'development': Development,
|
||||||
'test': Test,
|
'test': Test,
|
||||||
|
|||||||
Reference in New Issue
Block a user