File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
.github/actions/goldstack-setup
packages/app-nextjs-bootstrap-1 Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ description: 'Gets things ready for running scripts'
33runs :
44 using : ' composite'
55 steps :
6+ - name : Cache Yarn Cache
7+ uses : actions/cache@v3
8+ with :
9+ path : ./.yarn/cache
10+ key : yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
11+ restore-keys : |
12+ yarn-${{ runner.os }}-
613 - uses : actions/setup-node@v3
714 with :
815 node-version : 20
Original file line number Diff line number Diff line change 55coverage /
66goldstackLocal /
77.yarn /*
8- ! .yarn /cache
8+ .yarn /cache
9+ .yarn /cache /*
910! .yarn /patches
1011! .yarn /plugins
1112! .yarn /releases
Original file line number Diff line number Diff line change 22 "remoteState" : [
33 {
44 "user" : " goldstack-dev" ,
5- "terraformStateBucket" : " goldstack-tfstate-67da7f4b150f12d15c52fdec13feff3314bf8890 " ,
6- "terraformStateDynamoDBTable" : " goldstack-tfstate-67da7f4b150f12d15c52fdec13feff3314bf8890 -lock"
5+ "terraformStateBucket" : " goldstack-tfstate-b98223991c26f86b56148092011c49f63f05e91d " ,
6+ "terraformStateDynamoDBTable" : " goldstack-tfstate-b98223991c26f86b56148092011c49f63f05e91d -lock"
77 }
88 ]
99}
Original file line number Diff line number Diff line change 1111 "awsRegion" : " us-west-2" ,
1212 "configuration" : {
1313 "hostedZoneDomain" : " dev.goldstack.party" ,
14- "websiteDomain" : " nextjsbootstrap-1768712731911 .tests.dev.goldstack.party" ,
14+ "websiteDomain" : " nextjsbootstrap-1768989101426 .tests.dev.goldstack.party" ,
1515 "defaultCacheDuration" : 10
1616 },
17- "tfStateKey" : " app-nextjs-bootstrap-1-prod-f92ac8c5dbc196997613 .tfstate"
17+ "tfStateKey" : " app-nextjs-bootstrap-1-prod-71082839eb1038f1d740 .tfstate"
1818 }
1919 ]
2020}
You can’t perform that action at this time.
0 commit comments