4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
npm install -g aws-cdk
|
|
python3 -m pip install -r requirements.txt
|
|
cdk deploy |