An open API service indexing awesome lists of open source software.

https://github.com/yshplsngh/dockerized_ec2_testing

Testing Dockerized app on ec2 using CI-CD pipeline
https://github.com/yshplsngh/dockerized_ec2_testing

aws-ec2 ci-cd docker

Last synced: 3 months ago
JSON representation

Testing Dockerized app on ec2 using CI-CD pipeline

Awesome Lists containing this project

README

        

- Generate known hosts file
```
ssh-keyscan ec2-url >> known_hosts
```