Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d60c1b

Browse files
committed
Add production_migration environment
1 parent e9ea298 commit 2d60c1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fabfile.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,11 @@ def production():
233233
"""Select production environment"""
234234
_set_gateway('production.alphagov.co.uk')
235235

236+
@task
237+
def production_migration():
238+
"""Select production migration environment"""
239+
_set_gateway('publishing.service.gov.uk')
240+
236241
@task
237242
def staging():
238243
"""Select staging environment"""

0 commit comments

Comments
 (0)