mirror of
https://github.com/ivabus/www
synced 2024-11-21 21:05:06 +03:00
Increase CDK Lambda memory limit and some cleanup
This commit is contained in:
parent
d8bbbec144
commit
2e299b371e
4 changed files with 2 additions and 7 deletions
|
@ -64,6 +64,7 @@ export default class TeaXYZ extends Stack {
|
||||||
destinationBucket: bucket,
|
destinationBucket: bucket,
|
||||||
distribution,
|
distribution,
|
||||||
distributionPaths: ["/*"],
|
distributionPaths: ["/*"],
|
||||||
|
memoryLimit: 512,
|
||||||
sources: [s3Deployment.Source.asset('../public')],
|
sources: [s3Deployment.Source.asset('../public')],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
3
.github/mk-pantry-accessible.sh
vendored
3
.github/mk-pantry-accessible.sh
vendored
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
git config --global url."https://teaxyz:$1@github.com/teaxyz/pantry".insteadOf "https://github.com/teaxyz/pantry"
|
|
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
|
@ -39,7 +39,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
cmd: '.github/build-package-pages.sh src/data/packages.json src/content'
|
cmd: '.github/build-package-pages.sh src/data/packages.json src/content'
|
||||||
|
|
||||||
- run: .github/mk-pantry-accessible.sh ${{ secrets.TEMP_JACOBS_GITHUB_PAT }}
|
|
||||||
- uses: teaxyz/setup@v0
|
- uses: teaxyz/setup@v0
|
||||||
with:
|
with:
|
||||||
target: build
|
target: build
|
||||||
|
|
4
.github/workflows/staging.yml
vendored
4
.github/workflows/staging.yml
vendored
|
@ -47,8 +47,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
cmd: '.github/build-package-pages.sh src/data/packages.json src/content'
|
cmd: '.github/build-package-pages.sh src/data/packages.json src/content'
|
||||||
|
|
||||||
- run: .github/mk-pantry-accessible.sh ${{ secrets.TEMP_JACOBS_GITHUB_PAT }}
|
|
||||||
|
|
||||||
- uses: teaxyz/setup@v0
|
- uses: teaxyz/setup@v0
|
||||||
with:
|
with:
|
||||||
target: build
|
target: build
|
||||||
|
@ -71,7 +69,7 @@ jobs:
|
||||||
# the first one to test it against prod resources via lychee
|
# the first one to test it against prod resources via lychee
|
||||||
- uses: teaxyz/setup@v0
|
- uses: teaxyz/setup@v0
|
||||||
with:
|
with:
|
||||||
target: build
|
target: build
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue