Created
April 14, 2021 17:58
-
-
Save justlev/b01e4fa029eae89c1d23e06c78d527f1 to your computer and use it in GitHub Desktop.
Stwspec.json file for CI/CD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"stw-v1": { | |
"deployment": { | |
"bundles": [ | |
{ | |
"bundleDir": "./build/functions", | |
"runtime": "nodejs12.x", | |
"token": "TUP5vJCp7aRvdwBPuqR1HSpZMYZ9kHh27kt35emNa8uk2WPJaDfgEXXBe33HyhhU", | |
"layout": [ | |
{ | |
"stateName": "save-request", | |
"entryPoint": "saveRequestToDb.save" | |
}, | |
{ | |
"stateName": "update-bi", | |
"entryPoint": "updateBI.update" | |
} | |
] | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment