Skip to content

Commit 278932c

Browse files
committed
Autocreate application if doesn't exist
1 parent 10eba0b commit 278932c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/tasks/eb_fast_deploy.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ def print_env
282282
s3_bucket: ENV['AWS_DEPLOY_BUCKET'],
283283
s3_key: @deploy_zip_filename
284284
},
285-
version_label: @version_label
285+
version_label: @version_label,
286+
auto_create_application:true
286287
}
287288

288289
eb = AWS.elastic_beanstalk

0 commit comments

Comments
 (0)