Skip to content

Commit 1495950

Browse files
committed
Automated update of generated boilerplate by goldstack.party
1 parent 9a141d2 commit 1495950

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.github/actions/goldstack-setup/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ description: 'Gets things ready for running scripts'
33
runs:
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

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ dist/
55
coverage/
66
goldstackLocal/
77
.yarn/*
8-
!.yarn/cache
8+
.yarn/cache
9+
.yarn/cache/*
910
!.yarn/patches
1011
!.yarn/plugins
1112
!.yarn/releases

config/infra/aws/terraform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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
}

packages/app-nextjs-bootstrap-1/goldstack.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
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
}

0 commit comments

Comments
 (0)