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.
2 parents 2fcb269 + ecddc9c commit 12c4c3fCopy full SHA for 12c4c3f
fabfile.py
@@ -195,21 +195,11 @@ def help(name):
195
196
puts(textwrap.dedent(task.__doc__).strip())
197
198
-@task
199
-def p1production():
200
- """Select platform1 production environment"""
201
- _set_gateway('p1production')
202
-
203
@task
204
def production():
205
"""Select production environment"""
206
_set_gateway('production')
207
208
209
-def p1staging():
210
- """Select platform1 staging environment"""
211
- _set_gateway('p1staging')
212
213
214
def staging():
215
"""Select staging environment"""
0 commit comments