Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a4c71e7a63 | |||
| dbed86b2f3 | |||
| b2da01cbd1 | |||
| e91732dee6 |
@@ -44,11 +44,15 @@ jobs:
|
|||||||
node-version: "24"
|
node-version: "24"
|
||||||
cache: ""
|
cache: ""
|
||||||
|
|
||||||
|
- name: Configure AWS credentials
|
||||||
|
uses: aws-actions/configure-aws-credentials@v4
|
||||||
|
with:
|
||||||
|
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
|
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
|
aws-region: ${{ var.AWS_REGION }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm i
|
run: npm i
|
||||||
|
|
||||||
- name: List vars
|
|
||||||
run: env | grep AWS_ACCOUNT
|
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: npm run-script cdk -- deploy
|
run: npm run-script cdk -- deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user