Update uc_loadsim.yml

This commit is contained in:
jaspreetsachdev
2023-04-20 12:35:20 -04:00
committed by GitHub
parent 7a9c26ec5e
commit ec1de1d207

View File

@@ -101,6 +101,7 @@ jobs:
bash docker.sh;
apt install -y python3-pip jq git;
pip3 install --upgrade requests;
pip3 install --upgrade urllib3;
pip3 install docker-compose;
EOF
scp -i ssh_key.pem cert.pem ubuntu@${{ steps.ec2_instance.outputs.instance_public_ip }}:/tmp/websocket-cert.pem