Skip to content

Commit 9f0a918

Browse files
committed
Fix env mustache
1 parent f5e5af3 commit 9f0a918

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

graphql/.env.mustache

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ STACK_ON_FAILURE=DELETE
2020
#STACK_ON_FAILURE=DO_NOTHING
2121
DEPLOYMENT_ENV={{ENV_Name}}
2222
PROJECT_ID={{PROJECT_Id}}
23+
PROFILE={{ENV_Profile}}
24+
DEPLOYMENT_BUCKET={{ENV_Bucket}}
25+
ACCOUNT_ID={{ENV_AccountId}}
2326
DEPLOYMENT_REGION={{ENV_Region}}
2427
### TURN OFF FOR PRODUCTION!!
2528
### (=YES) FOR DEBUG ONLY

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplify-templates",
3-
"version": "0.1.45",
3+
"version": "0.1.46",
44
"description": "Simplify graphql-templates for code generation",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)