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.
1 parent 207ba95 commit ccd66a9Copy full SHA for ccd66a9
cli.js
@@ -125,7 +125,7 @@ const deployStack = function (options) {
125
let resultErrors = null
126
let stackOutputData = {}
127
let stackParamteres = {}
128
- if (fs.existsSync(configFolder, stackConfigFile)) {
+ if (fs.existsSync(path.resolve(configFolder, stackConfigFile))) {
129
const stackFileContent = fs.readFileSync(path.resolve(configFolder, stackConfigFile))
130
stackOutputData = JSON.parse(stackFileContent.toString())
131
Object.keys(stackOutputData).map(stackName => {
0 commit comments