We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf46f2 commit 36c3400Copy full SHA for 36c3400
fabfile.py
@@ -229,15 +229,15 @@ def help(name):
229
230
@task
231
def production():
232
- """Select production environment"""
+ """Select production migration environment"""
233
env['environment'] = 'production'
234
- _set_gateway('production.alphagov.co.uk')
+ _set_gateway('publishing.service.gov.uk')
235
236
237
-def production_migration():
238
- """Select production migration environment"""
+def old_production():
+ """Select production environment"""
239
240
- _set_gateway('publishing.service.gov.uk')
+ _set_gateway('production.alphagov.co.uk')
241
242
243
def staging():
0 commit comments