Added deploy to AWS in build job - Fix 1
All checks were successful
AWS Deploy on Push / build (push) Successful in 2m45s
All checks were successful
AWS Deploy on Push / build (push) Successful in 2m45s
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Install Python dependencies and CDK
|
- name: Install Python dependencies and CDK
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
# install your Python dependencies here
|
pip install aws-cdk-lib constructs
|
||||||
npm install -g aws-cdk
|
npm install -g aws-cdk
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
uses: aws-actions/configure-aws-credentials@master
|
uses: aws-actions/configure-aws-credentials@master
|
||||||
|
|||||||
Reference in New Issue
Block a user