fargate-helper
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -21,3 +21,3 @@ const AWS = require("aws-sdk"); | ||
if (key == "env") { | ||
const keyValue = value.split("="); | ||
const keyValue = value.split(/=(.+)/); | ||
const envKey = keyValue[0]; | ||
@@ -24,0 +24,0 @@ options.env[envKey] = keyValue[1]; |
{ | ||
"name": "fargate-helper", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Helper scripts for deploying to Fargate", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
30682