P5-4983 give access to bernard sqs queue
This commit is contained in:
Vendored
-2
@@ -12,8 +12,6 @@ def production():
|
||||
env.environment = 'production'
|
||||
|
||||
def cloudformation_update():
|
||||
if env.environment != 'staging':
|
||||
abort('Only staging is deployed soo far')
|
||||
with lcd('./cloudformation/'):
|
||||
local('make update-stack ENVIRONMENT_NAME={0} STACK_NAME={1}'.format(env.environment, env.stack_name))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user