P5-4983 give access to bernard sqs queue

This commit is contained in:
Martin Carlsson
2020-03-31 12:59:11 +02:00
committed by GitHub
parent 576877d61b
commit 2ebfec0f8f
3 changed files with 12 additions and 4 deletions
Vendored
-2
View File
@@ -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))